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