[libc] Make string functions buildable with GCC
authorGuillaume Chatelet <gchatelet@google.com>
Tue, 13 Dec 2022 15:47:26 +0000 (15:47 +0000)
committerGuillaume Chatelet <gchatelet@google.com>
Sun, 18 Dec 2022 14:56:01 +0000 (14:56 +0000)
commit93ac449369be8cb085131b6700fc99b2ff2d9c7c
treea01b46c863ab79b90045df5fb5c864d77f509ad2
parent6d9d387f73e81ef57bf2d203acbcd0fed02c4aa4
[libc] Make string functions buildable with GCC

Differential Revision: https://reviews.llvm.org/D139939
libc/src/__support/compiler_features.h
libc/src/string/memory_utils/bcmp_implementations.h
libc/src/string/memory_utils/memcmp_implementations.h
libc/src/string/memory_utils/memcpy_implementations.h
libc/src/string/memory_utils/memmove_implementations.h
libc/src/string/memory_utils/memset_implementations.h
libc/src/string/memory_utils/op_builtin.h
libc/src/string/memory_utils/op_generic.h
libc/src/string/memory_utils/op_x86.h