mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-28 00:21:52 +03:00
ieee754: provide gcc builtins based generic fma functions
Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
This commit is contained in:
@ -63,4 +63,9 @@
|
||||
#define USE_SQRT_BUILTIN 0
|
||||
#define USE_SQRTF_BUILTIN 0
|
||||
|
||||
#define USE_FMA_BUILTIN 0
|
||||
#define USE_FMAF_BUILTIN 0
|
||||
#define USE_FMAL_BUILTIN 0
|
||||
#define USE_FMAF128_BUILTIN 0
|
||||
|
||||
#endif /* math-use-builtins.h */
|
||||
|
Reference in New Issue
Block a user