From owner-cvs-all Sat Jan 9 05:43:16 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA00288 for cvs-all-outgoing; Sat, 9 Jan 1999 05:43:16 -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 FAA00283; Sat, 9 Jan 1999 05:43:15 -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 FAA20442; Sat, 9 Jan 1999 05:43:10 -0800 (PST) Date: Sat, 9 Jan 1999 05:43:10 -0800 (PST) Message-Id: <199901091343.FAA20442@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/i386/isa/snd sound.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk bde 1999/01/09 05:43:10 PST Modified files: sys/i386/isa/snd sound.c Log: Removed buggy, `#if 0'ed asm version of translate_bytes() instead of fixing it. See rev.1.22 of ../sound/audio.c for fixes. 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.26 +0 -18 src/sys/i386/isa/snd/sound.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message