aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/fpu_modes.h
Commit message (Collapse)AuthorAgeFilesLines
* Use RAII when handling the mixer's FPU stateChris Robinson2018-11-211-30/+14
|
* Convert helpers.c to C++Chris Robinson2018-11-111-0/+7
|
* Don't assume round-to-zero for fastf2iChris Robinson2018-05-041-10/+7
|
* Move the FPU mode declarations to a separate headerChris Robinson2018-01-111-0/+37
Also don't use inheritance with FPUCtl.