We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00f9c85 commit fdb4b89Copy full SHA for fdb4b89
libc/src/string/memory_utils/inline_memmove.h
@@ -29,8 +29,6 @@
29
#define LIBC_SRC_STRING_MEMORY_UTILS_MEMMOVE_SMALL_SIZE \
30
inline_memmove_no_small_size
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
#elif defined(LIBC_TARGET_ARCH_IS_GPU)
35
#include "src/string/memory_utils/generic/builtin.h"
36
@@ -40,6 +38,8 @@
40
38
#include "src/string/memory_utils/generic/byte_per_byte.h"
41
39
42
+#define LIBC_SRC_STRING_MEMORY_UTILS_MEMMOVE_FOLLOW_UP \
+ inline_memmove_byte_per_byte
43
#endif
44
45
namespace LIBC_NAMESPACE_DECL {
0 commit comments