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