Date: Sun, 20 Feb 2005 22:51:08 +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_acos.S e_asin.S Message-ID: <200502202251.j1KMp83X068540@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
das 2005-02-20 22:51:08 UTC
FreeBSD src repository
Modified files:
lib/msun/i387 Makefile.inc
Removed files:
lib/msun/i387 e_acos.S e_asin.S
Log:
Remove i387 versions of asin() and acos(). Although the hardware
instruction was faster on the 486, it's slower than our MD version on
modern processors.
Determined by: bde
PR: 67469
Revision Changes Path
1.3 +1 -1 src/lib/msun/i387/Makefile.inc
1.9 +0 -56 src/lib/msun/i387/e_acos.S (dead)
1.9 +0 -55 src/lib/msun/i387/e_asin.S (dead)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200502202251.j1KMp83X068540>
