xref
: /
haiku
/
src
/
system
/
libroot
/
posix
/
musl
/
math
/
x86
/
fabs.s
(revision a5061ecec55353a5f394759473f1fd6df04890da)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
.
global
fabs
2
.
type
fabs
,@
function
3
fabs
:
4
fldl
4
(%
esp
)
5
fabs
6
ret
7