Use the correct array indices for SSE register components
commitc4ba9d21dce745cafa3b54060a84c15a0ce7535f
authorChris Robinson <chris.kcat@gmail.com>
Sat, 17 Oct 2015 16:59:26 +0000 (17 09:59 -0700)
committerChris Robinson <chris.kcat@gmail.com>
Sat, 17 Oct 2015 16:59:26 +0000 (17 09:59 -0700)
tree0d5a5f5369bee4e332d8bd7a9b88e3f6ceaaeb20
parentd9e9a7b05fa2c863ab6a83064c3acf442a14c2ea
Use the correct array indices for SSE register components

SSE uses reverse ordering, such that component 0 is the last in memory.
_mm_load_* and _mm_loadu_*, and the corresponding stores, do not change the
memory ordering.
Alc/mixer_sse2.c
Alc/mixer_sse3.c
Alc/mixer_sse41.c