summaryrefslogtreecommitdiff
path: root/src/math/x86_64/sqrt.s
diff options
context:
space:
mode:
Diffstat (limited to 'src/math/x86_64/sqrt.s')
-rw-r--r--src/math/x86_64/sqrt.s4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/math/x86_64/sqrt.s b/src/math/x86_64/sqrt.s
deleted file mode 100644
index d3c609f9..00000000
--- a/src/math/x86_64/sqrt.s
+++ /dev/null
@@ -1,4 +0,0 @@
-.global sqrt
-.type sqrt,@function
-sqrt: sqrtsd %xmm0, %xmm0
- ret