summaryrefslogtreecommitdiff
path: root/src/math/armhf/sqrtf.s
diff options
context:
space:
mode:
Diffstat (limited to 'src/math/armhf/sqrtf.s')
-rw-r--r--src/math/armhf/sqrtf.s8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/math/armhf/sqrtf.s b/src/math/armhf/sqrtf.s
deleted file mode 100644
index 38c7ee89..00000000
--- a/src/math/armhf/sqrtf.s
+++ /dev/null
@@ -1,8 +0,0 @@
-.syntax unified
-.fpu vfp
-.text
-.global sqrtf
-.type sqrtf,%function
-sqrtf:
- vsqrt.f32 s0, s0
- bx lr