search for: __floatditf

Displaying 1 result from an estimated 1 matches for "__floatditf".

Did you mean: __floatdidf
2014 Aug 28
2
[LLVMdev] AARCH64 - compiler-rt missing some functions
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