mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-22 13:00:06 +00:00
56da6a073d
Use __builtin_{fma, fmaf} to implement function {fma, fmaf} instead of the generic implementation. * sysdeps/loongarch/fpu/math-use-builtins-fma.h: New file.
5 lines
110 B
C
5 lines
110 B
C
#define USE_FMA_BUILTIN 1
|
|
#define USE_FMAF_BUILTIN 1
|
|
#define USE_FMAL_BUILTIN 0
|
|
#define USE_FMAF128_BUILTIN 0
|