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 f27cf74 commit f2e0c24Copy full SHA for f2e0c24
libc/src/string/memory_utils/aarch64/inline_strlen.h
@@ -17,8 +17,8 @@
17
namespace LIBC_NAMESPACE_DECL {
18
19
namespace neon {
20
-__attribute__((no_sanitize("address", "hwaddress", "thread")))
21
-[[maybe_unused]] LIBC_INLINE static size_t
+[[maybe_unused]] __attribute__((no_sanitize("address", "hwaddress", "thread")))
+LIBC_INLINE static size_t
22
string_length(const char *src) {
23
using Vector __attribute__((may_alias)) = uint8x8_t;
24
0 commit comments