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