summaryrefslogtreecommitdiff
path: root/src/math/i386/fabs.s
diff options
context:
space:
mode:
Diffstat (limited to 'src/math/i386/fabs.s')
-rw-r--r--src/math/i386/fabs.s6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/math/i386/fabs.s b/src/math/i386/fabs.s
new file mode 100644
index 00000000..d66ea9a1
--- /dev/null
+++ b/src/math/i386/fabs.s
@@ -0,0 +1,6 @@
+.global fabs
+.type fabs,@function
+fabs:
+ fldl 4(%esp)
+ fabs
+ ret