-
Notifications
You must be signed in to change notification settings - Fork 92
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
SIMD intrinsics: Restore and audit #1148
Comments
Recent data (in #1400) has shown that SIMD intrinsics are among the top unsupported features. Some popular crates impacted by this unsupported feature are
The tentative order is to first add support for comparison operators (e.g., |
Update:
Bitshift intrinsics ( The remaining work is:
|
The PRs referenced above added support for the remaining SIMD intrinsics. The missing checks in |
SIMD intrinsics were disabled in #1143 due to soundness concerns.
The text was updated successfully, but these errors were encountered: