]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
aarch64: Use NO_MATH_REDIRECT on pow_advsimd.c
authorAdhemerval Zanella <adhemerval.zanella@linaro.org>
Wed, 2 Oct 2024 19:13:26 +0000 (19:13 +0000)
committerAdhemerval Zanella <adhemerval.zanella@linaro.org>
Tue, 28 Oct 2025 16:36:29 +0000 (13:36 -0300)
clang does not optimize the fma calls, instead issuing __fma.

sysdeps/aarch64/fpu/pow_advsimd.c

index e5bb4f0306e1201fc4dfc3c2c086bb9b840860a9..6437df411aa13d679377c90e2936ac3ce6a168ed 100644 (file)
@@ -17,6 +17,7 @@
    License along with the GNU C Library; if not, see
    <https://www.gnu.org/licenses/>.  */
 
+#define NO_MATH_REDIRECT
 #include "v_math.h"
 
 /* Defines parameters of the approximation and scalar fallback.  */