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
Apply #[inline] attribute to bitbanding functions.
The generated code for the functions is usually only 1-2 instruction(s),
calling such a function causes more overhead than inlining it. Most
example binaries shrink up to 1kB with this hint.
Signed-off-by: Daniel Egger <daniel@eggers-club.de>
0 commit comments