File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1616
1717namespace LIBC_NAMESPACE_DECL {
1818
19- namespace arch {
19+ namespace internal :: arch {
2020[[maybe_unused]] LIBC_NO_SANITIZE_OOB_ACCESS LIBC_INLINE static size_t
2121string_length (const char *src) {
2222 using Vector __attribute__ ((may_alias)) = uint8x8_t ;
@@ -44,7 +44,7 @@ string_length(const char *src) {
4444 (cpp::countr_zero (cmp) >> 3 ));
4545 }
4646}
47- } // namespace arch
47+ } // namespace internal:: arch
4848
4949} // namespace LIBC_NAMESPACE_DECL
5050#endif // __ARM_NEON
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ namespace LIBC_NAMESPACE_DECL {
3737namespace internal {
3838
3939#if !LIBC_HAS_VECTOR_TYPE
40- // Foreword any generic vector impls to architecture specific ones
40+ // Forward any generic vector impls to architecture specific ones
4141namespace arch {}
4242namespace generic = arch;
4343#endif
You can’t perform that action at this time.
0 commit comments