Fix arm build
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user