-
-
Notifications
You must be signed in to change notification settings - Fork 25
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
Adds conversion functions from integers to floats #164
Conversation
Looks like the build errors are because you're trying to use nightly stuff. Also, these should either be |
Thanks for comments! I chose to implement |
Btw, is there a reason for aarch64 in |
They aren't really simple From since they are potentially lossy... i32 -> f32 |
Yes, according to |
@Lokathor, does it look good now? |
Released Sorry about the delay! last weekend got unexpectedly busy |
This PR adds four conversion functions from integers to floats:
f32x4::from_i32x4
f32x8::from_i32x8
f64x2::from_i32x4
f64x4::from_i32x4