mirror of
git://sourceware.org/git/glibc.git
synced 2025-03-06 20:58:33 +01:00
Revert "MIPSr6/math: Use builtin fma and fmaf"
Apologies, I mistakenly interpreted this to be already accepted.
Reverting until v6 or later is reviewed and approved.
This reverts commit 9e06e4a43b
.
This commit is contained in:
parent
5d1007a81a
commit
d32c342425
1 changed files with 0 additions and 13 deletions
|
@ -1,13 +0,0 @@
|
|||
#if __mips_isa_rev >= 6
|
||||
# ifdef __mips_single_float
|
||||
# define USE_FMA_BUILTIN 0
|
||||
# else
|
||||
# define USE_FMA_BUILTIN 1
|
||||
# endif
|
||||
# define USE_FMAF_BUILTIN 1
|
||||
#else
|
||||
# define USE_FMA_BUILTIN 0
|
||||
# define USE_FMAF_BUILTIN 0
|
||||
#endif
|
||||
#define USE_FMAL_BUILTIN 0
|
||||
#define USE_FMAF128_BUILTIN 0
|
Loading…
Add table
Reference in a new issue