git subrepo clone https://github.com/bavison/arm-mem deps/arm-mem
authornotaz <notasas@gmail.com>
Tue, 22 Oct 2024 21:16:39 +0000 (00:16 +0300)
committernotaz <notasas@gmail.com>
Thu, 24 Oct 2024 23:50:18 +0000 (02:50 +0300)
commit246f46500d4654390333dcf92ac94fdbda2c9257
tree23b078a99c18b31a35db0429504cc2c27404594c
parent437d7ab24582a484d579dcb186004919bbc4650c
git subrepo clone https://github.com/bavison/arm-mem deps/arm-mem

subrepo:
  subdir:   "deps/arm-mem"
  merged:   "ee8ac1d5"
upstream:
  origin:   "https://github.com/bavison/arm-mem"
  branch:   "master"
  commit:   "ee8ac1d5"
git-subrepo:
  version:  "0.4.9"
  origin:   "https://github.com/ingydotnet/git-subrepo.git"
  commit:   "57de7d6"
13 files changed:
deps/arm-mem/.gitrepo [new file with mode: 0644]
deps/arm-mem/Makefile [new file with mode: 0644]
deps/arm-mem/README.md [new file with mode: 0644]
deps/arm-mem/arm-mem.h [new file with mode: 0644]
deps/arm-mem/memcmp-v6l.S [new file with mode: 0644]
deps/arm-mem/memcmp-v7l.S [new file with mode: 0644]
deps/arm-mem/memcpymove-v6l.S [new file with mode: 0644]
deps/arm-mem/memcpymove-v7l.S [new file with mode: 0644]
deps/arm-mem/memset-v6l.S [new file with mode: 0644]
deps/arm-mem/memset-v7l.S [new file with mode: 0644]
deps/arm-mem/strlen-v7l.S [new file with mode: 0644]
deps/arm-mem/test-strlen.c [new file with mode: 0644]
deps/arm-mem/test.c [new file with mode: 0644]