From 4b5ab5d1808949661b4b449af914f3659596ef73 Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Tue, 10 Sep 2024 22:48:30 +0200 Subject: 8 bit tables --- src/utils/constants.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/utils') 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 @@ -#define UINT32_BIT(i) (UINT32_C(1) << (uint32_t)(i)) +#define UINT8_BIT(i) (UINT8_C(1) << (uint8_t)(i)) #define FACTORIAL_MAX INT64_C(12) -- cgit v1.3