Date: Mon, 21 Feb 2005 16:04:23 +0000 (UTC) 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/i387 Makefile.inc e_atan2.S e_atan2f.S s_atan.S Message-ID: <200502211604.j1LG4NNx037623@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
das 2005-02-21 16:04:23 UTC
FreeBSD src repository
Modified files:
lib/msun/i387 Makefile.inc
Removed files:
lib/msun/i387 e_atan2.S e_atan2f.S s_atan.S
Log:
Remove the i387 versions of atan(), atan2(), and atan2f().
They are slower than the MI routines on modern hardware,
except for degenerate cases such as the Pentium 4.
PR: 67469
Revision Changes Path
1.4 +3 -3 src/lib/msun/i387/Makefile.inc
1.8 +0 -44 src/lib/msun/i387/e_atan2.S (dead)
1.3 +0 -15 src/lib/msun/i387/e_atan2f.S (dead)
1.7 +0 -44 src/lib/msun/i387/s_atan.S (dead)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200502211604.j1LG4NNx037623>
