From owner-cvs-all Sat Jan 9 05:50:58 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA00781 for cvs-all-outgoing; Sat, 9 Jan 1999 05:50:58 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id FAA00776; Sat, 9 Jan 1999 05:50:57 -0800 (PST) (envelope-from bde@FreeBSD.org) From: Bruce Evans Received: (from bde@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id FAA20608; Sat, 9 Jan 1999 05:50:52 -0800 (PST) Date: Sat, 9 Jan 1999 05:50:52 -0800 (PST) Message-Id: <199901091350.FAA20608@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/i386/isa/sound audio.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk bde 1999/01/09 05:50:52 PST Modified files: sys/i386/isa/sound audio.c Log: Removed the asm version of translate_bytes(). When both the C version and the asm version are inlined, and everything is cached, the asm version is 1.75 times slower than the C version on P5's. On K6's, it is only 1.25 times slower. Revision Changes Path 1.23 +0 -29 src/sys/i386/isa/sound/audio.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message