File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
libc/src/string/memory_utils Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 2929#define LIBC_SRC_STRING_MEMORY_UTILS_MEMMOVE_SMALL_SIZE \
3030 inline_memmove_no_small_size
3131#define LIBC_SRC_STRING_MEMORY_UTILS_MEMMOVE_FOLLOW_UP inline_memmove_riscv
32- #define LIBC_SRC_STRING_MEMORY_UTILS_MEMMOVE_FOLLOW_UP \
33- inline_memmove_byte_per_byte
3432#elif defined(LIBC_TARGET_ARCH_IS_GPU)
3533#include " src/string/memory_utils/generic/builtin.h"
3634#define LIBC_SRC_STRING_MEMORY_UTILS_MEMMOVE_SMALL_SIZE \
4038#include " src/string/memory_utils/generic/byte_per_byte.h"
4139#define LIBC_SRC_STRING_MEMORY_UTILS_MEMMOVE_SMALL_SIZE \
4240 inline_memmove_no_small_size
41+ #define LIBC_SRC_STRING_MEMORY_UTILS_MEMMOVE_FOLLOW_UP \
42+ inline_memmove_byte_per_byte
4343#endif
4444
4545namespace LIBC_NAMESPACE_DECL {
You can’t perform that action at this time.
0 commit comments