Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: [netbsd-3-0] src/lib/libm/arch/i387
Module Name: src
Committed By: tron
Date: Wed Jul 26 20:19:31 UTC 2006
Modified Files:
src/lib/libm/arch/i387 [netbsd-3-0]: s_scalbn.S s_scalbnf.S
Log Message:
Pull up following revision(s) (requested by drochner in ticket #1236):
lib/libm/arch/i387/s_scalbn.S: revision 1.8
lib/libm/arch/i387/s_scalbnf.S: revision 1.7
The second argument is not a float, so the "abi.h" abstraction
doesn't work.
Open-code the argument handling instead.
Should fix the ldexp() bug reported by Brendon Costa in port-amd64.
To generate a diff of this commit:
cvs rdiff -r1.7 -r1.7.10.1 src/lib/libm/arch/i387/s_scalbn.S
cvs rdiff -r1.6 -r1.6.10.1 src/lib/libm/arch/i387/s_scalbnf.S
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index