summaryrefslogtreecommitdiffstats
path: root/libc-top-half/musl/src/math/x32/sqrt.s
diff options
context:
space:
mode:
Diffstat (limited to 'libc-top-half/musl/src/math/x32/sqrt.s')
-rw-r--r--libc-top-half/musl/src/math/x32/sqrt.s4
1 files changed, 4 insertions, 0 deletions
diff --git a/libc-top-half/musl/src/math/x32/sqrt.s b/libc-top-half/musl/src/math/x32/sqrt.s
new file mode 100644
index 0000000..d3c609f
--- /dev/null
+++ b/libc-top-half/musl/src/math/x32/sqrt.s
@@ -0,0 +1,4 @@
+.global sqrt
+.type sqrt,@function
+sqrt: sqrtsd %xmm0, %xmm0
+ ret