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
See https://bugs.llvm.org/show_bug.cgi?id=35243.
Some of the __aeabi_mem* functions in src/arm.rs probably can't be written in Rust because they have special ABI requirements.
__aeabi_mem*
src/arm.rs
We should wait and see what the resolution of LLVM ticket is.
The text was updated successfully, but these errors were encountered:
We could just write them directly in assembly. I did that recently, it wasn't bad at all.
Sorry, something went wrong.
Merge pull request rust-lang#209 from gnzlbg/fma
a3a3595
Fix overflow bugs in fma
No branches or pull requests
See https://bugs.llvm.org/show_bug.cgi?id=35243.
Some of the
__aeabi_mem*
functions insrc/arm.rs
probably can't be written in Rust because they have special ABI requirements.We should wait and see what the resolution of LLVM ticket is.
The text was updated successfully, but these errors were encountered: