diff options
Diffstat (limited to 'libc/src/string/memory_utils/aarch64/inline_memmove.h')
| -rw-r--r-- | libc/src/string/memory_utils/aarch64/inline_memmove.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/libc/src/string/memory_utils/aarch64/inline_memmove.h b/libc/src/string/memory_utils/aarch64/inline_memmove.h index 2b238031af49..d8d276966fd2 100644 --- a/libc/src/string/memory_utils/aarch64/inline_memmove.h +++ b/libc/src/string/memory_utils/aarch64/inline_memmove.h @@ -8,8 +8,7 @@ #ifndef LIBC_SRC_STRING_MEMORY_UTILS_AARCH64_INLINE_MEMMOVE_H #define LIBC_SRC_STRING_MEMORY_UTILS_AARCH64_INLINE_MEMMOVE_H -#include "src/__support/macros/attributes.h" // LIBC_INLINE -#include "src/string/memory_utils/op_aarch64.h" // aarch64::kNeon +#include "src/__support/macros/attributes.h" // LIBC_INLINE #include "src/string/memory_utils/op_builtin.h" #include "src/string/memory_utils/op_generic.h" #include "src/string/memory_utils/utils.h" @@ -19,7 +18,6 @@ namespace LIBC_NAMESPACE_DECL { LIBC_INLINE void inline_memmove_aarch64(Ptr dst, CPtr src, size_t count) { - static_assert(aarch64::kNeon, "aarch64 supports vector types"); using uint128_t = generic_v128; using uint256_t = generic_v256; using uint512_t = generic_v512; |
