You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently simd-json will fail at runtime on x86, when no avx2 or sse4.2 has been detected. It would be nice to have a fallback implementation instead of failing.
The text was updated successfully, but these errors were encountered:
Licenser
changed the title
Add Fallback Implementation for x86
Native rust implementation as fallback for unsupported architectures
Oct 9, 2023
Currently
simd-json
will fail at runtime on x86, when noavx2
orsse4.2
has been detected. It would be nice to have a fallback implementation instead of failing.The text was updated successfully, but these errors were encountered: