mirror of
https://sourceware.org/git/glibc.git
synced 2025-05-31 15:01:17 +03:00
It also enabled to use fsqrtd on sparc64. Checked on sparcv9-linux-gnu and sparc64-linux-gnu.
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
|