-
Notifications
You must be signed in to change notification settings - Fork 72
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
Add nightly support for more SIMD implementations #31
Labels
enhancement
New feature or request
Comments
https://blog.rust-lang.org/inside-rust/2020/09/29/Portable-SIMD-PG.html It might be better to use this than to support lots of platforms manually. That way you get support for more platforms (presumably) with less work. |
@john01dav There's some spicy bits that will need hand written intrinsics. See: fontdue/src/platform/float/get_bitmap.rs Lines 38 to 61 in 2bfda9d
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There are unstable APIs for SIMD on platforms like Web, ARM, and POWER. Ideally add a way to utilize this APIs if the user is on nightly.
The text was updated successfully, but these errors were encountered: