[REVERT] Revert "MIPSr6/math: Use builtin fma and fmaf"
Checks
Context |
Check |
Description |
redhat-pt-bot/TryBot-apply_patch |
warning
|
Patch already apply to master at the time it was sent
|
redhat-pt-bot/TryBot-32bit |
fail
|
Patch series failed to apply
|
Commit Message
Apologies, I mistakenly interpreted this to be already accepted.
Reverting until v6 or later is reviewed and approved.
This reverts commit 9e06e4a43b58519991acbed1d7f33abc40249226.
---
sysdeps/mips/fpu/math-use-builtins-fma.h | 13 -------------
1 file changed, 13 deletions(-)
delete mode 100644 sysdeps/mips/fpu/math-use-builtins-fma.h
deleted file mode 100644
@@ -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