mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-01 22:58:47 -04:00
sconv_sse: fix leftover counter
This commit is contained in:
parent
51fc1763a1
commit
26164ff051
1 changed files with 2 additions and 2 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue