mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-03 09:01:50 -05:00
svolume_sse: fix comment
This commit is contained in:
parent
12f211105e
commit
d397a82e14
1 changed files with 1 additions and 1 deletions
|
|
@ -45,7 +45,7 @@
|
|||
" movdqa "#s", %%xmm5 \n\t" \
|
||||
" pmulhuw "#v", "#s" \n\t" /* .. | 0 | vl*p0 | */ \
|
||||
" psubd %%xmm4, "#s" \n\t" /* .. | 0 | vl*p0 | + sign correct */ \
|
||||
" psrld $16, "#v" \n\t" /* .. | p0 | 0 | */ \
|
||||
" psrld $16, "#v" \n\t" /* .. | 0 | vh | */ \
|
||||
" pmaddwd %%xmm5, "#v" \n\t" /* .. | p0 * vh | */ \
|
||||
" paddd "#s", "#v" \n\t" /* .. | p0 * v0 | */ \
|
||||
" packssdw "#v", "#v" \n\t" /* .. | p1*v1 | p0*v0 | */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue