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