Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/lib/libm/arch/i387
Module Name: src
Committed By: drochner
Date: Tue Mar 21 11:35:21 UTC 2006
Modified Files:
src/lib/libm/arch/i387: s_scalbn.S s_scalbnf.S
Log Message:
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.8 src/lib/libm/arch/i387/s_scalbn.S
cvs rdiff -r1.6 -r1.7 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