Add SSE2 and SSE4.1 linear resamplers
commitfc0be88c0f8d3d8887edd2afac915840f4e3f5e4
authorTimothy Arceri <t_arceri@yahoo.com.au>
Wed, 4 Jun 2014 09:57:13 +0000 (4 02:57 -0700)
committerChris Robinson <chris.kcat@gmail.com>
Fri, 6 Jun 2014 14:15:00 +0000 (6 07:15 -0700)
treedbe626f58eff02c0b34ddaa7ec09fa3de4c10f35
parent3b2fcb3ef6f00d026f06ca154060b29ded3eb3fc
Add SSE2 and SSE4.1 linear resamplers

Currently the only way SSE 4.1 is detected is by using __get_cpuid, i.e. with
GCC. Windows' IsProcessorFeaturePresent does not report SSE4.1 capabilities.
Alc/ALc.c
Alc/ALu.c
Alc/helpers.c
Alc/mixer_defs.h
Alc/mixer_sse2.c [new file with mode: 0644]
Alc/mixer_sse41.c [new file with mode: 0644]
CMakeLists.txt
OpenAL32/Include/alMain.h
config.h.in