From: Andreas K. Hüttel Date: Mon, 24 Jun 2024 23:02:58 +0000 (+0200) Subject: Revert "MIPSr6/math: Use builtin fma and fmaf" X-Git-Tag: glibc-2.40~70 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d32c34242571d5c2a9c61bbd43926b774e15b80c;p=thirdparty%2Fglibc.git 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 9e06e4a43b58519991acbed1d7f33abc40249226. --- diff --git a/sysdeps/mips/fpu/math-use-builtins-fma.h b/sysdeps/mips/fpu/math-use-builtins-fma.h deleted file mode 100644 index af8c1f95ff0..00000000000 --- a/sysdeps/mips/fpu/math-use-builtins-fma.h +++ /dev/null @@ -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