Date: Wed, 15 Jul 1998 04:48:01 -0700 (PDT) From: Bruce Evans <bde@FreeBSD.ORG> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/i386/isa/snd sound.c src/sys/i386/isa/sound audio.c Message-ID: <199807151148.EAA09188@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
bde 1998/07/15 04:48:00 PDT Modified files: sys/i386/isa/snd sound.c sys/i386/isa/sound audio.c Log: Don't cast pointers to longs in asm statements. These asm statments are not quite as pessimal as when I complained about them in rev.1.9 of audio.c. They seem to be only 40% slower than the C version on P5's and the same speed on K6's. Revision Changes Path 1.14 +1 -1 src/sys/i386/isa/snd/sound.c 1.19 +1 -1 src/sys/i386/isa/sound/audio.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199807151148.EAA09188>