]> code.delx.au - pulseaudio/commit
SSE/MMX: Fix problem with highpitched noise on i386
authorDavid Henningsson <david.henningsson@canonical.com>
Fri, 27 May 2011 07:28:57 +0000 (09:28 +0200)
committerColin Guthrie <colin@mageia.org>
Wed, 22 Jun 2011 12:45:55 +0000 (13:45 +0100)
commit42bcb418aed1ab94c56c09a6b31bac05c08ac04a
tree14f7fdd1fc0d91c711e1223a580664c2cdce4e15
parent257bdcafe3d8253bb9a6ffbeb7123968ea74aafb
SSE/MMX: Fix problem with highpitched noise on i386

The "rm" basm constraint doesn't work with my version of gcc (4.5.2),
not even in a simple example. Since we usually only have 5 registers
available on i386, force it to be memory on that architecture.

Signed-off-by: David Henningsson <david.henningsson@canonical.com>
src/pulsecore/svolume_mmx.c
src/pulsecore/svolume_sse.c