summaryrefslogtreecommitdiffstats
path: root/libc-top-half/musl/src/math/x32/sqrtl.s
diff options
context:
space:
mode:
Diffstat (limited to 'libc-top-half/musl/src/math/x32/sqrtl.s')
-rw-r--r--libc-top-half/musl/src/math/x32/sqrtl.s5
1 files changed, 5 insertions, 0 deletions
diff --git a/libc-top-half/musl/src/math/x32/sqrtl.s b/libc-top-half/musl/src/math/x32/sqrtl.s
new file mode 100644
index 0000000..8d70856
--- /dev/null
+++ b/libc-top-half/musl/src/math/x32/sqrtl.s
@@ -0,0 +1,5 @@
+.global sqrtl
+.type sqrtl,@function
+sqrtl: fldt 8(%esp)
+ fsqrt
+ ret