summaryrefslogtreecommitdiff
path: root/Changelog
diff options
context:
space:
mode:
Diffstat (limited to 'Changelog')
-rw-r--r--Changelog2
1 files changed, 2 insertions, 0 deletions
diff --git a/Changelog b/Changelog
index a7151c6..657cb03 100644
--- a/Changelog
+++ b/Changelog
@@ -1,6 +1,8 @@
Development trunk:
==================
+- Optimize integer divisions by positive constants, turning them into
+ multiply-high and shifts.
- Avoid double rounding issues in conversion from 64-bit integers
to single-precision floats.
- PowerPC: more efficient implementation of division on 64-bit integers.