llm.c
llm.c copied to clipboard
Make ceil_div constexpr and inline
The constexpr keyword allows the function to be evaluated at compile time if the arguments are known at compile time, which can eliminate the function call overhead.