Commit 022cbb67 authored by Clément Bœsch's avatar Clément Bœsch

swr: small align cosmetic.

parent 3491c2a9
...@@ -37,7 +37,7 @@ __asm__ volatile(\ ...@@ -37,7 +37,7 @@ __asm__ volatile(\
"add $8, %0 \n\t"\ "add $8, %0 \n\t"\
" js 1b \n\t"\ " js 1b \n\t"\
"pshufw $0x0E, %%mm0, %%mm1 \n\t"\ "pshufw $0x0E, %%mm0, %%mm1 \n\t"\
"paddd %%mm1, %%mm0 \n\t"\ "paddd %%mm1, %%mm0 \n\t"\
"psrad $15, %%mm0 \n\t"\ "psrad $15, %%mm0 \n\t"\
"packssdw %%mm0, %%mm0 \n\t"\ "packssdw %%mm0, %%mm0 \n\t"\
"movd %%mm0, (%3) \n\t"\ "movd %%mm0, (%3) \n\t"\
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment