Changes between Version 3 and Version 4 of Ticket #63164, comment 34
- Timestamp:
- Jul 10, 2021, 9:14:17 PM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #63164, comment 34
v3 v4 24 24 }}} 25 25 26 So that appears to be at least part of the answer to the log2 mystery. 26 So that appears to be at least part of the answer to the log2 mystery. On 32 bit systems, {{{uint32_t}}} apparently overflows the {{{log2}}} function, and you need to use {{{log2l}}} 27 27 28 28 (Although why the {{{-2.00000}}} for the float cast? )