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
x86/string: Use `movsl` instead of `movsd` [BZ #32344]
[glibc.git]
/
sysdeps
/
ieee754
/
ldbl-opt
/
nldbl-csqrt.c
blob
ae00a29885050c7ceb5860391db04662ca5418ba
1
#include
"nldbl-compat.h"
2
#include <complex.h>
3
4
double
_Complex
5
attribute_hidden
6
csqrtl
(
double
_Complex x
)
7
{
8
return
csqrt
(
x
);
9
}