cvs commit: src/lib/msun/src e_expf.c
David Schultz
das at FreeBSD.org
Mon Feb 21 17:44:57 GMT 2005
das 2005-02-21 17:44:57 UTC
FreeBSD src repository
Modified files:
lib/msun/src e_expf.c
Log:
Use double arithmetic instead of simulating it with two floats. This
results in a performance gain on the order of 10% for amd64 (sledge),
ia64 (pluto1), i386+SSE (Pentium 4), and sparc64 (panther), and a
negligible improvement for i386 without SSE. (The i386 port still
uses the hardware instruction, though.)
Revision Changes Path
1.8 +8 -13 src/lib/msun/src/e_expf.c
More information about the cvs-src
mailing list