Date: Sun, 03 Jul 2005 01:26:16 -0000 From: David Schultz <das@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/msun/src e_expf.c Message-ID: <200502211744.j1LHiv1g053450@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200502211744.j1LHiv1g053450>