From 46cb6738a2a5327bb12a8dbea93076e878d76e77 Mon Sep 17 00:00:00 2001 From: Logan McNaughton <848146+loganmc10@users.noreply.github.com> Date: Sat, 28 Mar 2026 19:24:53 +0100 Subject: [PATCH] Use upstream sse2neon (#694) * Use upstream sse2neon * update commit --- .gitmodules | 4 ++-- src/compat/sse2neon | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitmodules b/.gitmodules index cdf33211..1abe78ca 100644 --- a/.gitmodules +++ b/.gitmodules @@ -4,5 +4,5 @@ branch = master [submodule "src/compat/sse2neon"] path = src/compat/sse2neon - url = https://github.com/gopher64/sse2neon.git - branch = gopher64 + url = https://github.com/DLTcollab/sse2neon.git + branch = master diff --git a/src/compat/sse2neon b/src/compat/sse2neon index 35a9ac6b..b26afbb4 160000 --- a/src/compat/sse2neon +++ b/src/compat/sse2neon @@ -1 +1 @@ -Subproject commit 35a9ac6b953b79708977b2510f7a981ad5f318b1 +Subproject commit b26afbb44df55ac05320f7003a8a0eef30e465c5