mirror of
https://sourceware.org/git/glibc.git
synced 2025-08-01 10:06:57 +03:00
sparc: Use sqrt{f} builtin
It also enabled to use fsqrtd on sparc64. Checked on sparcv9-linux-gnu and sparc64-linux-gnu.
This commit is contained in:
4
sysdeps/sparc/fpu/math-use-builtins-sqrt.h
Normal file
4
sysdeps/sparc/fpu/math-use-builtins-sqrt.h
Normal file
@ -0,0 +1,4 @@
|
||||
#define USE_SQRT_BUILTIN 1
|
||||
#define USE_SQRTF_BUILTIN 1
|
||||
#define USE_SQRTL_BUILTIN 0
|
||||
#define USE_SQRTF128_BUILTIN 0
|
Reference in New Issue
Block a user