Ray Molenkamp
84e122e38a
Cycles: Fix broken 32 bit shift.
...
1ul << n will still be a 32 bit integer regardless
of the value of n, given the target here is 64 bits
the upper 32 bits will always be zero. Using 1ull
will yield the expected result.
2020-10-01 10:19:50 -06:00
..
2020-03-19 09:33:58 +01:00
2020-03-19 09:33:58 +01:00
2020-09-15 10:23:41 +10:00
2020-10-01 10:19:50 -06:00
2020-04-20 12:15:49 +10:00
2020-03-19 09:33:58 +01:00
2020-09-17 12:29:19 +02:00
2020-10-01 12:05:36 +02:00
2020-08-18 21:30:10 +02:00
2020-10-01 14:49:44 +10:00
2020-03-19 09:33:58 +01:00
2020-08-04 13:26:58 +02:00
2020-07-09 18:10:05 +02:00
2020-09-30 15:54:24 +02:00
2020-03-19 09:33:58 +01:00
2020-09-22 14:02:53 +02:00
2020-09-12 16:33:34 +10:00
2020-03-19 09:33:58 +01:00
2020-09-30 12:05:56 +10:00
2020-09-19 14:34:32 +10:00
2020-09-30 16:39:02 +02:00
2020-09-23 14:57:41 +02:00
2020-06-19 12:02:21 +02:00
2020-09-02 19:44:29 +02:00
2020-08-10 18:30:53 +02:00
2020-03-19 09:33:58 +01:00
2020-08-10 18:14:00 +02:00