Comment on When static makes your C code 10 times fasterparentComments−renox5yIf I was in C++, then a constexpr would make sense.−pjmlp5yIf it was in C++, what you really want is consteval or constinit, constexpr only for pre-C++20.
Comments
If it was in C++, what you really want is consteval or constinit, constexpr only for pre-C++20.