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 Jun 24 17:27:56 UTC 2008

Modified Files:
        src/lib/libm/arch/i387: e_expf.S

Log Message:
as in exp(), treat +/-Inf and NaN arguments specially, should fix
eg expf(-Inf) which was Nan previously
(We could avoid touching the i387 on amd64 in these cases, but we'd
need to bypass the ABI abstraction macros, so leave it the old way
for now.)


To generate a diff of this commit:
cvs rdiff -r1.5 -r1.6 src/lib/libm/arch/i387/e_expf.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