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
What about using attribute((pure)) and attribute((const)) in functions that aren't inlined to avoid some call penalty when using in non constexpr context?
What about using attribute((pure)) and attribute((const)) in functions that aren't inlined to avoid some call penalty when using in non constexpr context?