Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add an inline hint where i expect inlining
i expected that modern compilers simply ignore inline specifiers as compilers tend to be smarter than average programmers like me these days. but it seems at least llvm still honors it. and at least for this instance, adding the specifier produces considerably faster code for my environment.
- Loading branch information