Fix arm build

This commit is contained in:
2025-06-25 11:55:19 -04:00
parent 89211753e2
commit 01d81981f7

View File

@@ -251,7 +251,7 @@ scan_string(Parser3 *self, char *&buf, char *bufEnd) {
self, buf, bufEnd);
}
#else
inline PRESERVE_NONE WeaselJsonStatus scan_string(Parser3 *self, char *buf,
inline PRESERVE_NONE WeaselJsonStatus scan_string(Parser3 *self, char *&buf,
char *bufEnd) {
MUSTTAIL return scan_string_impl<simd<int8_t, 32>>(self, buf, bufEnd);
}