repo.or.cz
/
glibc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Linux: Assume and consolidate getpeername wire-up syscall
[glibc.git]
/
sysdeps
/
arm
/
math-use-builtins-sqrt.h
blob
e765e7c49dc45f78837bb95f4015aa8532e1f87e
1
#ifdef __SOFTFP__
2
# define USE_SQRT_BUILTIN 0
3
# define USE_SQRTF_BUILTIN 0
4
#else
5
# define USE_SQRT_BUILTIN 1
6
# define USE_SQRTF_BUILTIN 1
7
#endif
8
#define USE_SQRTL_BUILTIN 0
9
#define USE_SQRTF128_BUILTIN 0