Revert "[libc] Add a set of elementary operations"
authorGuillaume Chatelet <gchatelet@google.com>
Tue, 15 Jun 2021 08:01:59 +0000 (08:01 +0000)
committerGuillaume Chatelet <gchatelet@google.com>
Tue, 15 Jun 2021 08:01:59 +0000 (08:01 +0000)
commitc11032ad9a6c4523d0d9d591ebce82c87a9fb3a0
tree49b2a603a89c3908d5f3c964e55619a428950df2
parent454d92ac3b3b13f5c8b3f57e03b2d93f0cf60738
Revert "[libc] Add a set of elementary operations"

This reverts commit 454d92ac3b3b13f5c8b3f57e03b2d93f0cf60738.
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]