15 Jul
2006
15 Jul
'06
6:19 a.m.
Sometimes compilers make bad decisions that result in 2x worse
performance. This is especially true when writing math libraries. It's
useful to have a __forceinline option.
On 7/14/06, Michael Nicolella
Why don't you trust your compiler to decide when inlining a function is a good choice for an optimization? :)