fix the names of x86_64 .s files
[libm] / src / math / x86_64 / sqrtl.s
diff --git a/src/math/x86_64/sqrtl.s b/src/math/x86_64/sqrtl.s
new file mode 100644 (file)
index 0000000..23cd687
--- /dev/null
@@ -0,0 +1,5 @@
+.global sqrtl
+.type sqrtl,@function
+sqrtl: fldt 8(%rsp)
+       fsqrt
+       ret