llm.c icon indicating copy to clipboard operation
llm.c copied to clipboard

Make ceil_div constexpr and inline

Open lancerts opened this issue 9 months ago • 0 comments

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.

lancerts avatar May 12 '24 23:05 lancerts