Open gingerBill opened 2 weeks ago
This PR adds the ability to disable 128-bit integers in the language.
It is disabled with -disable-128-bit.
-disable-128-bit
It also adds a new built-in compile time constant ODIN_ALLOW_128_BIT.
ODIN_ALLOW_128_BIT
Not all of core supports this flag (mainly hashing procedures)
This PR adds the ability to disable 128-bit integers in the language.
It is disabled with
-disable-128-bit
.It also adds a new built-in compile time constant
ODIN_ALLOW_128_BIT
.Not all of core supports this flag (mainly hashing procedures)