move sse2neon to submodule (#539)

This commit is contained in:
Logan McNaughton
2025-08-07 12:17:50 +02:00
committed by GitHub
parent f1968e3a58
commit c6767c94a6
5 changed files with 6 additions and 9419 deletions
+1 -1
View File
@@ -128,7 +128,7 @@ fn main() {
if arch == "aarch64" {
let simd_bindings = bindgen::Builder::default()
.header("src/compat/sse2neon/v1.8.0/sse2neon.h")
.header("src/compat/sse2neon/sse2neon.h")
.allowlist_function("_mm_setzero_si128")
.allowlist_function("_mm_set_epi8")
.allowlist_function("_mm_movemask_epi8")