diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2024-09-10 22:48:30 +0200 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2024-09-10 22:58:21 +0200 |
| commit | 4b5ab5d1808949661b4b449af914f3659596ef73 (patch) | |
| tree | bf583393c9262c96bc244466e042725c7b0745bf /src/utils/constants.h | |
| parent | 70d3a3de3a2fdef7e47b2bd510261d69390a3a9c (diff) | |
| download | nissy-core-4b5ab5d1808949661b4b449af914f3659596ef73.tar.gz nissy-core-4b5ab5d1808949661b4b449af914f3659596ef73.zip | |
8 bit tables
Diffstat (limited to 'src/utils/constants.h')
| -rw-r--r-- | src/utils/constants.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/utils/constants.h b/src/utils/constants.h index 6d0683e..e985bc7 100644 --- a/src/utils/constants.h +++ b/src/utils/constants.h | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | #define UINT32_BIT(i) (UINT32_C(1) << (uint32_t)(i)) | 1 | #define UINT8_BIT(i) (UINT8_C(1) << (uint8_t)(i)) |
| 2 | 2 | ||
| 3 | #define FACTORIAL_MAX INT64_C(12) | 3 | #define FACTORIAL_MAX INT64_C(12) |
| 4 | 4 | ||
