Sign in
mojo
/
mojo-tools
/
c07399d071c59658a5c2bed81dee6e9ed9142442
/
.
/
fusl
/
src
/
math
/
x32
/
fabs.s
blob: 5715005e330a64afd209121f36a8b70e51200913 [
file
] [
log
] [
blame
]
.global fabs
.type fabs
,@
function
fabs
:
xor
%eax,%
eax
dec %rax
shr %rax
movq
%rax,%
xmm1
andpd
%xmm1,%
xmm0
ret