fabs.s\x32\math\src - musl - musl - an implementation of the standard library for Linux-based systems

index : musl
musl - an implementation of the standard library for Linux-based systems
summary refs log tree commit diff
path: root/src/math/x32/fabs.s
blob: 5715005e330a64afd209121f36a8b70e51200913 (plain) (blame)
1
2
3
4
5
6
7
8
9
.global fabs
.type fabs,@function
fabs:
	xor %eax,%eax
	dec %rax
	shr %rax
	movq %rax,%xmm1
	andpd %xmm1,%xmm0
	ret
generated by cgit v1.2.1 (git 2.18.0) at 2025年10月05日 13:22:25 +0000

AltStyle によって変換されたページ (->オリジナル) /