xref: /aosp_15_r20/external/musl/src/math/x32/fabs.s (revision c9945492fdd68bbe62686c5b452b4dc1be3f8453)
1.global fabs
2.type fabs,@function
3fabs:
4	xor %eax,%eax
5	dec %rax
6	shr %rax
7	movq %rax,%xmm1
8	andpd %xmm1,%xmm0
9	ret
10