Skip to content

Commit f2e0c24

Browse files
committed
move attribute list to a different place
1 parent f27cf74 commit f2e0c24

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

libc/src/string/memory_utils/aarch64/inline_strlen.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
namespace LIBC_NAMESPACE_DECL {
1818

1919
namespace neon {
20-
__attribute__((no_sanitize("address", "hwaddress", "thread")))
21-
[[maybe_unused]] LIBC_INLINE static size_t
20+
[[maybe_unused]] __attribute__((no_sanitize("address", "hwaddress", "thread")))
21+
LIBC_INLINE static size_t
2222
string_length(const char *src) {
2323
using Vector __attribute__((may_alias)) = uint8x8_t;
2424

0 commit comments

Comments
 (0)