Changes between Version 6 and Version 7 of dev/optim/logbook
- Timestamp:
- Oct 11, 2011, 12:53:26 AM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
dev/optim/logbook
v6 v7 24 24 }}} 25 25 26 == 2011/10/11 == 27 28 * [1016] Encode reals using `uint32_t` instead of `uint16_t`. 29 * additions are 2.1 times faster 30 * multiplications are 2.4 times faster 31 * divisions are 3.7 times faster