xref
: /
haiku
/
src
/
system
/
libroot
/
posix
/
musl
/
math
/
x86_64
/
sqrtl.s
(revision 1773f0767ed809a3c64ccc0c1037f3c8a1d5de33)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
.
global
sqrtl
2
.
type
sqrtl
,@
function
3
sqrtl
:
fldt
8
(%
rsp
)
4
fsqrt
5
ret
6