Add few constants to config.h to avoid magic numbers

This commit is contained in:
Sameer Rahmani 2022-06-02 15:17:42 +01:00
parent e326964bdb
commit 7b5ba7797d
1 changed files with 5 additions and 0 deletions

View File

@ -5,6 +5,11 @@
#define SERENE_VERSION "@PROJECT_VERSION@"
// Why so obvious? to make the linter shutup :))
#define I8_SIZE 8
#define I32_SIZE 32
#define I64_SIZE 64
// Should we build the support for MLIR CL OPTIONS?
#cmakedefine SERENE_WITH_MLIR_CL_OPTION