Comment on When static makes your C code 10 times fasterparentComments−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.