-
Notifications
You must be signed in to change notification settings - Fork 88
clean up round_from_int
and to_int_unchecked
after #232
#233
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
Comments
Yes, I was thinking "hm, do I want to touch Originally posted by @workingjubilee in #232 (comment) |
I had to add a round_to_uint for bit twiddling of exponents in my branch. If |
Probably! |
That is great as I'm translating scalar expressions to SIMD. Having something which is directly like The code is quite crude at the moment, but does produce a working translation. |
you could remove
round_from_int
afaict because it's functionality is completely supplanted bycast
also
to_int_unchecked
should be generic over return typeOriginally posted by @programmerjake in #232 (comment)
The text was updated successfully, but these errors were encountered: