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
Description:
Many of the functions (especially under board/) have the #[inline(always)] attribute. It would be good to run some tests comparing the different inlining attributes that Rust offers. Not all of these functions may need to be forcibly inlined.
Description:
Many of the functions (especially under
board/
) have the#[inline(always)]
attribute. It would be good to run some tests comparing the different inlining attributes that Rust offers. Not all of these functions may need to be forcibly inlined.Relevant Link(s):
Requirements:
inline
andinline(always)
The text was updated successfully, but these errors were encountered: