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 <[email protected]>
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
_______________________________________________
pulseaudio-commits mailing list
[email protected]
https://tango.0pointer.de/mailman/listinfo/pulseaudio-commits