diff options
Diffstat (limited to 'src/math/x32/log10l.s')
-rw-r--r-- | src/math/x32/log10l.s | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/math/x32/log10l.s b/src/math/x32/log10l.s new file mode 100644 index 00000000..48ea4af7 --- /dev/null +++ b/src/math/x32/log10l.s @@ -0,0 +1,7 @@ +.global log10l +.type log10l,@function +log10l: + fldlg2 + fldt 8(%rsp) + fyl2x + ret |