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, 4 insertions, 0 deletions
diff --git a/src/math/x86_64/sqrt.s b/src/math/x86_64/sqrt.s
new file mode 100644
index 00000000..d3c609f9
--- /dev/null
+++ b/src/math/x86_64/sqrt.s
@@ -0,0 +1,4 @@
+.global sqrt
+.type sqrt,@function
+sqrt: sqrtsd %xmm0, %xmm0
+ ret