LoongArch: Hard Float Support for fmaxmag{f/ }, fminmag{f/ }.
commit73e35174f5673d58cb8e1bd5f34c086a7759ff20
authorXiaolin Tang <tangxiaolin@loongson.cn>
Mon, 7 Nov 2022 14:08:19 +0000 (7 22:08 +0800)
committercaiyinyu <caiyinyu@loongson.cn>
Mon, 14 Nov 2022 02:02:42 +0000 (14 10:02 +0800)
tree7b0bd8f7337d55ab0a908e8c5d3a963f286fc467
parentbd612245748b2662a6e37d6592db5b177f621208
LoongArch: Hard Float Support for fmaxmag{f/ }, fminmag{f/ }.

Use hardware Floating-point instruction f{maxa/mina}.{s/d},
to implement fmaxmag{f/ }, fminmag{f/ }.

       *  sysdeps/loongarch/fpu/s_fmaxmag.c: New file.
       *  sysdeps/loongarch/fpu/s_fmaxmagf.c: Likewise.
       *  sysdeps/loongarch/fpu/s_fminmag.c: Likewise.
       *  sysdeps/loongarch/fpu/s_fminmagf.c: Likewise.
sysdeps/loongarch/fpu/s_fmaxmag.c [new file with mode: 0644]
sysdeps/loongarch/fpu/s_fmaxmagf.c [new file with mode: 0644]
sysdeps/loongarch/fpu/s_fminmag.c [new file with mode: 0644]
sysdeps/loongarch/fpu/s_fminmagf.c [new file with mode: 0644]