mirror of
https://sourceware.org/git/glibc.git
synced 2025-12-06 12:01:08 +03:00
i386 and m68k architectures should use math-use-builtins-sqrt.h rather than relying on architecture-specific or inline assembly implementations. The PowerPC optimization for PPC 601/603 (30 years old) is removed. Tested on x86_64-linux-gnu and i686-linux-gnu. Reviewed-by: Wilco Dijkstra <Wilco.Dijkstra@arm.com>
5 lines
114 B
C
5 lines
114 B
C
#define USE_SQRT_BUILTIN 1
|
|
#define USE_SQRTF_BUILTIN 1
|
|
#define USE_SQRTL_BUILTIN 0
|
|
#define USE_SQRTF128_BUILTIN 0
|