summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3a31e6d0..d4ad91cf 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2014-12-16 Kaz Kylheku <kaz@kylheku.com>
+
+ * rand.c (rstate): New inline function.
+ (rand32): Use inline function instead of macro.
+ I compared gcc -O2 output on Intel: no difference.
+
2014-12-13 Kaz Kylheku <kaz@kylheku.com>
Factor out some compiling commands into macros.