File:  [DVB] / dietlibc / i386 / log2.S
Revision 1.1: download - view: text, annotated - select for diffs
Wed Jul 18 00:20:09 2001 UTC (22 years, 10 months ago) by fefe
Branches: MAIN
CVS tags: finnland_test_200301, branch_rc14_fieldtest_finnland, branch_rc13_fieldtest_finnland, branch_rc12_fieldtest_finnland, branch_rc10_fieldtest_finnland, RELEASE_finnland_200301_1, RC12_FIELDTEST_FINNLAND, RC10_FIELDTEST_FINNLAND, HEAD
remove a few warnings and add a ton of new i386 libmath routines from
Frank Klemm ;)

.text
.type   log2,@function
.global log2
log2:
        fld1
        fldl    4(%esp)
        fyl2x
        ret

.ende:
.size    log2,.ende-log2

LinuxTV legacy CVS <linuxtv.org/cvs>