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

NEON64: enc: avoid reserved tokens in macro arguments #100

Merged
merged 1 commit into from
Jul 30, 2022

Conversation

mscdex
Copy link
Contributor

@mscdex mscdex commented Jul 29, 2022

Specifically "R" is a valid string literal prefix which causes compiler errors on gcc.

Fixes: #99

Specifically "R" is a valid string literal prefix which causes
compiler errors on gcc.

Fixes: aklomp#99
@aklomp aklomp merged commit dc6a41c into aklomp:master Jul 30, 2022
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.

NEON64: enc: ASM build fails on gcc with dd7a2b5f31
2 participants