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

always_inline seems to also require inline #444

Merged
merged 1 commit into from
Jul 12, 2024
Merged

Conversation

karthikbhargavan
Copy link
Contributor

When adding __attribute((always_inline)) to a function, the compiler complains if it is not also marked with inline.
This PR changes the KRML_MUSTINLINE macro to always add inline as well.

@msprotz msprotz enabled auto-merge July 12, 2024 16:56
@msprotz msprotz merged commit c86099a into master Jul 12, 2024
2 checks passed
@msprotz msprotz deleted the mustinline-fix branch July 12, 2024 17:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants