[LLVMdev] [cfe-dev] AARCH64 - compiler-rt missing some functions
Joerg Sonnenberger
joerg at britannica.bec.de
Thu Aug 28 04:31:03 PDT 2014
On Thu, Aug 28, 2014 at 09:48:33AM +0700, "C. Bergström" wrote:
> __addtf3
Present.
> __eqtf2
comparetf2.c
> __extenddftf2
Present.
> __extendsftf2
Present.
> __fixtfdi
> __fixtfsi
Has a pending review, needs a bit work before commit.
> __floatditf
Present.
> __floatsitf
Present.
> __gcc_qadd
> __gcc_qdiv
> __gcc_qmul
> __gcc_qsub
Those are only used on PPC for the double-double format?
> __getf2
> __gttf2
> __letf2
> __lttf2
comparetf2.c
> __subtf3
Present.
> __trunctfdf2
Present.
> __trunctfsf2
Present.
> __unordtf2
comparetf2.c
Joerg
More information about the llvm-dev
mailing list