From owner-cvs-lib Mon Mar 3 06:17:24 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id GAA02183 for cvs-lib-outgoing; Mon, 3 Mar 1997 06:17:24 -0800 (PST) Received: (from bde@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id GAA02176; Mon, 3 Mar 1997 06:17:23 -0800 (PST) Date: Mon, 3 Mar 1997 06:17:23 -0800 (PST) From: Bruce Evans Message-Id: <199703031417.GAA02176@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-lib Subject: cvs commit: src/lib/msun/i387 e_acos.S e_asin.S Sender: owner-cvs-lib@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 97/03/03 06:17:22 Branch: lib/msun/i387 RELENG_2_2 Modified: lib/msun/i387 e_acos.S e_asin.S Log: YAMFC (avoid easily avoidable loss of precision when |x| is nearly 1). Revision Changes Path 1.2.8.1 +13 -7 src/lib/msun/i387/e_acos.S 1.2.8.1 +12 -6 src/lib/msun/i387/e_asin.S