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
* elf/elf.h (HWCAP_SPARC_BLKINIT): New macro.
[glibc.git]
/
sysdeps
/
ieee754
/
ldbl-opt
/
s_csqrt.c
blob
2b6dcfe0109272d434a91370b5991262a2b8ca26
1
#include <complex.h>
2
#include <math_ldbl_opt.h>
3
#include <math/s_csqrt.c>
4
#if LONG_DOUBLE_COMPAT(libm, GLIBC_2_1)
5
compat_symbol
(
libm
,
__csqrt
,
csqrtl
,
GLIBC_2_1
);
6
#endif