mirror of git://sourceware.org/git/glibc.git
LoongArch: Use __builtin_{fma, fmaf} to implement function {fma, fmaf}.
Use __builtin_{fma, fmaf} to implement function {fma, fmaf} instead of the generic implementation. * sysdeps/loongarch/fpu/math-use-builtins-fma.h: New file.
This commit is contained in:
parent
22a46dee24
commit
56da6a073d
|
@ -0,0 +1,4 @@
|
|||
#define USE_FMA_BUILTIN 1
|
||||
#define USE_FMAF_BUILTIN 1
|
||||
#define USE_FMAL_BUILTIN 0
|
||||
#define USE_FMAF128_BUILTIN 0
|
Loading…
Reference in New Issue