You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
Support inlining various small performance-critical functions on non-GCC
compilers, by applying a configure check to see if the compiler will acceptan unreferenced "static inline foo ..." function without warnings. It isbelieved that such warnings are the only reason not to declare inlinedfunctions in headers, if the compiler understands "inline" at all.Kurt Harriman