Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Native rust implementation as fallback for unsupported architectures #322

Closed
PSeitz opened this issue Sep 27, 2023 · 1 comment · Fixed by #328
Closed

Native rust implementation as fallback for unsupported architectures #322

PSeitz opened this issue Sep 27, 2023 · 1 comment · Fixed by #328

Comments

@PSeitz
Copy link
Contributor

PSeitz commented Sep 27, 2023

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.

@Licenser Licenser changed the title Add Fallback Implementation for x86 Native rust implementation as fallback for unsupported architectures Oct 9, 2023
@Licenser
Copy link
Member

Licenser commented Oct 9, 2023

I renamed the issue to capture a wider set of items as that would also cover #303

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants