From owner-cvs-src@FreeBSD.ORG Mon Dec 17 18:12:07 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 570B416A420; Mon, 17 Dec 2007 18:12:07 +0000 (UTC) (envelope-from bde@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 3B04913C4CC; Mon, 17 Dec 2007 18:12:07 +0000 (UTC) (envelope-from bde@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id lBHIC781030759; Mon, 17 Dec 2007 18:12:07 GMT (envelope-from bde@repoman.freebsd.org) Received: (from bde@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lBHIC7aq030758; Mon, 17 Dec 2007 18:12:07 GMT (envelope-from bde) Message-Id: <200712171812.lBHIC7aq030758@repoman.freebsd.org> From: Bruce Evans Date: Mon, 17 Dec 2007 18:12:07 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/lib/msun/amd64 s_logbl.S X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Dec 2007 18:12:07 -0000 bde 2007-12-17 18:12:06 UTC FreeBSD src repository Modified files: lib/msun/amd64 s_logbl.S Log: Translate from the i386 so that this compiles and runs. I hope that this and the i386 version of it will not be needed, but this is currently about 16 cycles or 36% faster than the C version, and the i386 version is about 8 cycles or 19% faster than the C version, due to poor optimization of the C version. Revision Changes Path 1.2 +1 -1 src/lib/msun/amd64/s_logbl.S