aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/fpu_modes.h
Commit message (Collapse)AuthorAgeFilesLines
* Work around a 32-bit GCC compiler bugChris Robinson2019-04-261-3/+8
|
* Don't bother trying _controlfp or __control87_2Chris Robinson2019-03-181-5/+0
|
* Use SSE intrinsics to set FTZ and DAZChris Robinson2019-03-181-1/+1
|
* 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.