Date: Sat, 9 Jan 1999 05:43:10 -0800 (PST) From: Bruce Evans <bde@FreeBSD.ORG> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/i386/isa/snd sound.c Message-ID: <199901091343.FAA20442@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199901091343.FAA20442>