Skip to content
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

Some Arm __aeabi_ builtin implementations are not ABI Compliant #209

Open
parched opened this issue Nov 21, 2017 · 1 comment
Open

Some Arm __aeabi_ builtin implementations are not ABI Compliant #209

parched opened this issue Nov 21, 2017 · 1 comment

Comments

@parched
Copy link
Contributor

parched commented Nov 21, 2017

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.

We should wait and see what the resolution of LLVM ticket is.

@Lokathor
Copy link
Contributor

We could just write them directly in assembly. I did that recently, it wasn't bad at all.

tgross35 pushed a commit to tgross35/compiler-builtins that referenced this issue Feb 23, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants