File:  [DVB] / dietlibc / i386 / log.S
Revision 1.3: download - view: text, annotated - select for diffs
Fri Oct 4 20:39:42 2002 UTC (21 years, 8 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
fix i386 libm

.text

.global logf,log,logl
	.type	 logf,@function
	.type	 log,@function
	.type	 logl,@function
logf:
	fldln2
	flds 4(%esp)
	fyl2x
	ret
logl:
	fldln2
	fldt 4(%esp)
	fyl2x
	ret
log:
	fldln2
	fldl 4(%esp)
	fyl2x
	ret

.Lende:
.size    log,.Lende-log
.size    logl,.Lende-logl
.size    logf,.Lende-logf

LinuxTV legacy CVS <linuxtv.org/cvs>