1
0
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:
Vineet Gupta
2020-05-29 15:58:33 -07:00
parent 3374868668
commit 628d90c5f9
7 changed files with 34 additions and 0 deletions

View File

@ -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 */