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
sparc64: Remove unwind information from signal return stubs [BZ#31244]
[glibc.git]
/
sysdeps
/
ieee754
/
ldbl-opt
/
nldbl-hypot.c
blob
2105f3eba80bcca6a3ba6fb5cbcc983f47526471
1
#include
"nldbl-compat.h"
2
3
double
4
attribute_hidden
5
hypotl
(
double
x
,
double
y
)
6
{
7
return
hypot
(
x
,
y
);
8
}