Revert "[libc] Add a set of elementary operations"
authorGuillaume Chatelet <gchatelet@google.com>
Mon, 14 Jun 2021 09:33:39 +0000 (09:33 +0000)
committerGuillaume Chatelet <gchatelet@google.com>
Mon, 14 Jun 2021 09:34:03 +0000 (09:34 +0000)
commitab45c1f21f63bfd0acb9e27a626ab33659918868
tree13300f4f3880727eaa9ae945bd67141b93c2178a
parent9223209be11e93c1b701054c6fff88d46ee54658
Revert "[libc] Add a set of elementary operations"

This reverts commit e63f27a3cf8129cb66b8350ad50bf19633554a6b.
13 files changed:
libc/src/string/CMakeLists.txt
libc/src/string/aarch64/memcpy.cpp
libc/src/string/memcpy.cpp
libc/src/string/memory_utils/CMakeLists.txt
libc/src/string/memory_utils/elements.h [deleted file]
libc/src/string/memory_utils/elements_x86.h [deleted file]
libc/src/string/memory_utils/memcpy_utils.h [new file with mode: 0644]
libc/src/string/memory_utils/memset_utils.h
libc/src/string/x86_64/memcpy.cpp
libc/test/src/string/memory_utils/CMakeLists.txt
libc/test/src/string/memory_utils/elements_test.cpp [deleted file]
libc/test/src/string/memory_utils/memcpy_utils_test.cpp [new file with mode: 0644]
libc/test/src/string/memory_utils/memory_access_test.cpp [deleted file]