summaryrefslogblamecommitdiff
path: root/src/math/x86_64/fabsl.s
blob: 4e7ab525e98d0240fd9fe719695abb57d1c5673d (plain) (tree)
1
2
3
4
5
6





                     
.global fabsl
.type fabsl,@function
fabsl:
	fldt 8(%rsp)
	fabs
	ret