Skip to content

Commit 90aae3f

Browse files
[libc] remove my debug macro
1 parent 2d40ffb commit 90aae3f

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

libc/src/string/string_utils.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,6 @@
2525
#include "src/__support/macros/properties/cpu_features.h"
2626
#include "src/string/memory_utils/inline_memcpy.h"
2727

28-
#if !defined(LIBC_TARGET_CPU_HAS_SVE)
29-
#error "SVE is not supported on this CPU"
30-
#endif
31-
3228
// SVE implementation has fault safety
3329
#if defined(LIBC_TARGET_CPU_HAS_SVE)
3430
#include "src/string/memory_utils/aarch64/inline_strlen.h"

0 commit comments

Comments
 (0)