aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2018-09-03 21:09:31 -0700
committerChris Robinson <[email protected]>2018-09-03 21:09:31 -0700
commit4c32a0aba7b1e10946d3f938e945e7b6f1e98e55 (patch)
treeb91857517b2451ea92320987f28b8af5aa3d0ba6
parent0f243b927cde10dab3adcf3fde99bf05a34080cc (diff)
Update changelog about 32-bit using SSE2 by default
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 84939b53..6134e113 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.