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