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 f26360f commit 95a7c60Copy full SHA for 95a7c60
libc/src/string/string_length.h
@@ -24,7 +24,7 @@
24
#endif
25
#if defined(LIBC_TARGET_ARCH_IS_X86)
26
#include "src/string/memory_utils/x86_64/inline_strlen.h"
27
-#elif defined(LIBC_TARGET_ARCH_IS_AARCH64)
+#elif defined(LIBC_TARGET_ARCH_IS_AARCH64) && (defined(LIBC_TARGET_CPU_HAS_SVE) || defined(__ARM_NEON))
28
#include "src/string/memory_utils/aarch64/inline_strlen.h"
29
30
0 commit comments