Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Regroup all asm calls into functions and declare all of them inline #22

Open
L3nn0x opened this issue Jul 6, 2016 · 1 comment
Open

Comments

@L3nn0x
Copy link
Member

L3nn0x commented Jul 6, 2016

No description provided.

@Yamakaky
Copy link
Contributor

Yamakaky commented Jul 6, 2016

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants