mirror of
https://github.com/MoleskiCoder/EightBit.git
synced 2025-07-01 05:23:50 +00:00
Merge branch 'master' of https://github.com/MoleskiCoder/EightBit
This commit is contained in:
@ -70,7 +70,7 @@ inline void EightBit::assume(int expression) {
|
||||
# define LIKELY(x) (x)
|
||||
# define UNLIKELY(x) (x)
|
||||
|
||||
# define PARITY(x) EightBit::oddParity(x);
|
||||
# define PARITY(x) EightBit::oddParity(x)
|
||||
|
||||
# define UNREACHABLE ASSUME(0)
|
||||
|
||||
|
Reference in New Issue
Block a user