about summary refs log tree commit diff
diff options
context:
space:
mode:
authorAdhemerval Zanella <adhemerval.zanella@linaro.org>2020-06-04 08:54:08 -0300
committerAdhemerval Zanella <adhemerval.zanella@linaro.org>2020-06-04 09:05:41 -0300
commit6f10ff02cb04c2b1e031d7d3ba0f99e906699126 (patch)
tree1fa4c298f369bc791c8b168ecba6894bd7bb2e0f
parent74edc05817c126212c826c1a046a9465d0efe287 (diff)
downloadglibc-6f10ff02cb04c2b1e031d7d3ba0f99e906699126.tar.gz
glibc-6f10ff02cb04c2b1e031d7d3ba0f99e906699126.tar.xz
glibc-6f10ff02cb04c2b1e031d7d3ba0f99e906699126.zip
powerpc: Fix powerpc64le due a7a3435c9a
The build uses an undefined macro evaluation for fmaf128 build.
For now set USE_FMAL_BUILTIN and USE_FMAF128_BUILTIN to 0.

Checked with a build for:

  powerpc64le-linux-gnu-power9-disable-multi-arch
  powerpc64le-linux-gnu-power9
  powerpc64le-linux-gnu
  powerpc64-linux-gnu-power8
  powerpc64-linux-gnu
  powerpc-linux-gnu-power4
  powerpc-linux-gnu
-rw-r--r--sysdeps/powerpc/fpu/math-use-builtins.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sysdeps/powerpc/fpu/math-use-builtins.h b/sysdeps/powerpc/fpu/math-use-builtins.h
index 4780934379..957216a191 100644
--- a/sysdeps/powerpc/fpu/math-use-builtins.h
+++ b/sysdeps/powerpc/fpu/math-use-builtins.h
@@ -65,5 +65,7 @@
 
 #define USE_FMA_BUILTIN 1
 #define USE_FMAF_BUILTIN 1
+#define USE_FMAL_BUILTIN 0
+#define USE_FMAF128_BUILTIN 0
 
 #endif