diff options
author | Chris Robinson <[email protected]> | 2018-09-03 21:09:31 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2018-09-03 21:09:31 -0700 |
commit | 4c32a0aba7b1e10946d3f938e945e7b6f1e98e55 (patch) | |
tree | b91857517b2451ea92320987f28b8af5aa3d0ba6 /ChangeLog | |
parent | 0f243b927cde10dab3adcf3fde99bf05a34080cc (diff) |
Update changelog about 32-bit using SSE2 by default
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -16,6 +16,9 @@ openal-soft-1.19.0: Increased the number of virtual channels for decoding Ambisonics to HRTF output. + Changed 32-bit x86 builds to use SSE2 math by default for performance. + Build-time options are available to use just SSE1 or x87 instead. + Replaced the 4-point Sinc resampler with a more efficient cubic resampler. Renamed the MMDevAPI backend to WASAPI. |