We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff5e05f commit fc29835Copy full SHA for fc29835
[refs]
@@ -1,2 +1,2 @@
1
---
2
-refs/heads/master: ceaf02abe17ce57639701510bf1a3837994fa845
+refs/heads/master: f6ad0514087f985ce1c1aad126b28b8e17e2e005
trunk/src/rt/rust_util.h
@@ -119,7 +119,7 @@ next_power_of_two(size_t s)
119
tmp |= tmp >> 4;
120
tmp |= tmp >> 8;
121
tmp |= tmp >> 16;
122
-#if SIZE_MAX == UINT64_MAX
+#ifdef _LP64
123
tmp |= tmp >> 32;
124
#endif
125
return tmp + 1;
0 commit comments