[pulseaudio-commits] [SCM] PulseAudio Sound Server branch, master, updated. v0.9.16-test6-61-g26164ff

Lennart Poettering gitmailer-noreply at 0pointer.de
Wed Sep 2 11:05:22 PDT 2009


This is an automated email from the git hooks/post-receive script. It was
generated because of a push to the "PulseAudio Sound Server" repository.

The master branch has been updated
      from  51fc1763a157e5077334f6821b7d04223d630176 (commit)

- Log -----------------------------------------------------------------
26164ff sconv_sse: fix leftover counter
-----------------------------------------------------------------------

Summary of changes:
 src/pulsecore/sconv_sse.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

-----------------------------------------------------------------------

commit 26164ff05178db3aec351452b038f9d49fd0c5af
Author: Wim Taymans <wim.taymans at collabora.co.uk>
Date:   Wed Sep 2 19:42:17 2009 +0200

    sconv_sse: fix leftover counter

diff --git a/src/pulsecore/sconv_sse.c b/src/pulsecore/sconv_sse.c
index ef78fc2..7c3aa19 100644
--- a/src/pulsecore/sconv_sse.c
+++ b/src/pulsecore/sconv_sse.c
@@ -83,7 +83,7 @@ static void pa_sconv_s16le_from_f32ne_sse(unsigned n, const float *a, int16_t *b
 
         "2:                             \n\t"
         " mov %4, %1                    \n\t" /* prepare for leftovers */
-        " and $15, %1                   \n\t"
+        " and $7, %1                    \n\t"
         " je 4f                         \n\t"
 
         "3:                             \n\t"
@@ -142,7 +142,7 @@ static void pa_sconv_s16le_from_f32ne_sse2(unsigned n, const float *a, int16_t *
 
         "2:                             \n\t"
         " mov %4, %1                    \n\t" /* prepare for leftovers */
-        " and $15, %1                   \n\t"
+        " and $7, %1                    \n\t"
         " je 4f                         \n\t"
 
         "3:                             \n\t"

-- 
hooks/post-receive
PulseAudio Sound Server



More information about the pulseaudio-commits mailing list