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
inline is useless, the compiler with -Os already auto-inline.
They are still some __asm in drivers/ because hwi is complicated: it can use variable registers on input and output and modify memory. I'm sticking to inline asm for now, I will refactor it when I will know better what to do.
No description provided.
The text was updated successfully, but these errors were encountered: