[LLVMdev] AARCH64 - compiler-rt missing some functions
"C. Bergström"
cbergstrom at pathscale.com
Wed Aug 27 19:48:33 PDT 2014
Hi
Does anyone have a plan of attack for some things which libgcc is
providing on AARCH64, but compiler-rt isn't yet?
We're hitting some Fortran issues with quad bits missing in glibc as a
result.
Specifically this list
__addtf3
__eqtf2
__extenddftf2
__extendsftf2
__fixtfdi
__fixtfsi
__floatditf
__floatsitf
__gcc_qadd
__gcc_qdiv
__gcc_qmul
__gcc_qsub
__getf2
__gttf2
__letf2
__lttf2
__subtf3
__trunctfdf2
__trunctfsf2
__unordtf2
Comments/feedback appreciated. I'd like to get this upstream into
compiler-rt asap.
./C
More information about the llvm-dev
mailing list