xref
: /
third_party
/
musl
/
src
/
math
/
x32
/
sqrt.s
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
only in
/third_party/musl/src/math/x32/
1
.
global
sqrt
2
.
type
sqrt
,@
function
3
sqrt
:
sqrtsd
%
xmm0
, %
xmm0
4
ret
5