compiler-builtins icon indicating copy to clipboard operation
compiler-builtins copied to clipboard

Some Arm __aeabi_ builtin implementations are not ABI Compliant

Open parched opened this issue 8 years ago • 1 comments

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.

parched avatar Nov 21 '17 08:11 parched

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

Lokathor avatar Jul 22 '22 16:07 Lokathor