File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -217,13 +217,13 @@ char bitreverse4[__builtin_bitreverse64(0x0123456789ABCDEFULL) == 0xF7B3D591E6A2
217
217
218
218
char rotateleft1 [__builtin_rotateleft8 (0x01 , 5 ) == 0x20 ? 1 : -1 ];
219
219
char rotateleft2 [__builtin_rotateleft16 (0x3210 , 11 ) == 0x8190 ? 1 : -1 ];
220
- char rotateleft2 [__builtin_rotateleft32 (0x76543210 , 22 ) == 0x841D950C ? 1 : -1 ];
221
- char rotateleft2 [__builtin_rotateleft64 (0xFEDCBA9876543210ULL , 55 ) == 0x87F6E5D4C3B2A19ULL ? 1 : -1 ];
220
+ char rotateleft3 [__builtin_rotateleft32 (0x76543210 , 22 ) == 0x841D950C ? 1 : -1 ];
221
+ char rotateleft4 [__builtin_rotateleft64 (0xFEDCBA9876543210ULL , 55 ) == 0x87F6E5D4C3B2A19ULL ? 1 : -1 ];
222
222
223
223
char rotateright1 [__builtin_rotateright8 (0x01 , 5 ) == 0x08 ? 1 : -1 ];
224
224
char rotateright2 [__builtin_rotateright16 (0x3210 , 11 ) == 0x4206 ? 1 : -1 ];
225
- char rotateright2 [__builtin_rotateright32 (0x76543210 , 22 ) == 0x50C841D9 ? 1 : -1 ];
226
- char rotateright2 [__builtin_rotateright64 (0xFEDCBA9876543210ULL , 55 ) == 0xB97530ECA86421FDULL ? 1 : -1 ];
225
+ char rotateright3 [__builtin_rotateright32 (0x76543210 , 22 ) == 0x50C841D9 ? 1 : -1 ];
226
+ char rotateright4 [__builtin_rotateright64 (0xFEDCBA9876543210ULL , 55 ) == 0xB97530ECA86421FDULL ? 1 : -1 ];
227
227
228
228
char ffs1 [__builtin_ffs (0 ) == 0 ? 1 : -1 ];
229
229
char ffs2 [__builtin_ffs (1 ) == 1 ? 1 : -1 ];
You can’t perform that action at this time.
0 commit comments