mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-10 15:20:10 +00:00
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
This commit is contained in:
parent
74edc05817
commit
6f10ff02cb
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user