mirror of
https://sourceware.org/git/glibc.git
synced 2025-09-11 12:10:50 +03:00
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
|