fix the names of x86_64 .s files
[libm] / src / math / x86_64 / sqrt.s
diff --git a/src/math/x86_64/sqrt.s b/src/math/x86_64/sqrt.s
new file mode 100644 (file)
index 0000000..d3c609f
--- /dev/null
@@ -0,0 +1,4 @@
+.global sqrt
+.type sqrt,@function
+sqrt:  sqrtsd %xmm0, %xmm0
+       ret