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 29
29
#define LIBC_SRC_STRING_MEMORY_UTILS_MEMMOVE_SMALL_SIZE \
30
30
inline_memmove_no_small_size
31
31
#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
34
32
#elif defined(LIBC_TARGET_ARCH_IS_GPU)
35
33
#include " src/string/memory_utils/generic/builtin.h"
36
34
#define LIBC_SRC_STRING_MEMORY_UTILS_MEMMOVE_SMALL_SIZE \
40
38
#include " src/string/memory_utils/generic/byte_per_byte.h"
41
39
#define LIBC_SRC_STRING_MEMORY_UTILS_MEMMOVE_SMALL_SIZE \
42
40
inline_memmove_no_small_size
41
+ #define LIBC_SRC_STRING_MEMORY_UTILS_MEMMOVE_FOLLOW_UP \
42
+ inline_memmove_byte_per_byte
43
43
#endif
44
44
45
45
namespace LIBC_NAMESPACE_DECL {
You can’t perform that action at this time.
0 commit comments