mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-29 16:21:07 +00:00
c9a30f08e1
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
|