aboutsummaryrefslogtreecommitdiffstats
path: root/alc/mixer/mixer_sse41.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Move the mixer functions to coreChris Robinson2020-12-121-90/+0
|
* Remove some unnecessary includesChris Robinson2020-12-041-1/+0
|
* Move lerp/cubic to alnumeric.hChris Robinson2020-12-041-0/+1
|
* Avoid AL types in the mixerChris Robinson2020-11-201-5/+5
|
* Replace the mixer fraction macros with constexpr variablesChris Robinson2020-10-211-6/+6
|
* Simplify SIMD linear resampler loop countChris Robinson2020-05-021-4/+3
|
* Use structs for the mixer and resampler tagsChris Robinson2020-04-031-0/+3
|
* Avoid using ALfloat in the mixer functionsChris Robinson2020-04-031-3/+3
|
* Fix some more implicit conversions noted by GCCChris Robinson2019-09-141-1/+1
|
* Make the resampler increment unsignedChris Robinson2019-09-131-20/+23
|
* Store the voice fraction offset as unsignedChris Robinson2019-08-311-5/+4
|
* Pass a span to the Resample functionChris Robinson2019-08-201-8/+9
|
* Fix a couple ASSUME statementsChris Robinson2019-07-311-1/+1
|
* Rename Alc to alcChris Robinson2019-07-281-0/+85