aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/mixer_sse41.c
Commit message (Collapse)AuthorAgeFilesLines
* Update a couple sources with the proper authorChris Robinson2014-06-061-1/+1
|
* Move InitiatePositionArrays to mixer_defs.hChris Robinson2014-06-061-23/+2
|
* Add SSE2 and SSE4.1 linear resamplersTimothy Arceri2014-06-061-0/+103
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.