We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Any particular reason for this?
(It speeds up a component of rand's UniformInt by up to x2. We could implement it with the platform intrinsic but that's not ideal)
UniformInt
The text was updated successfully, but these errors were encountered:
Its probably just an oversight, the _128xN types are new.
_128xN
Sorry, something went wrong.
Which casts are missing here? They do look correct to me.
Add missing _128xN bitwise casts. Closes rust-lang#49 .
7e7927b
Add missing _128xN bitwise casts. Closes #49 .
38c2f10
No branches or pull requests
Any particular reason for this?
(It speeds up a component of rand's
UniformInt
by up to x2. We could implement it with the platform intrinsic but that's not ideal)The text was updated successfully, but these errors were encountered: