File:  [DVB] / dietlibc / i386 / acosh.S
Revision 1.1: download - view: text, annotated - select for diffs
Tue Jul 31 22:13:35 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
Frank Klemm strikes again!

.text
.global acosh
.type   acosh,@function

acosh:
        fldln2
        fldl    4(%esp)
        fld     %st(0)
        fmul    %st(0),%st(0)
        fld1
        fsubrp  %st(0),%st(1)
        fsqrt
        faddp   %st(0),%st(1)
        fyl2x
        ret

.Lende:
        .size    acosh,.Lende-acosh

LinuxTV legacy CVS <linuxtv.org/cvs>