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

Fix for compilation error in targets.cc on RISC-V with GCC if compiled without -march=rv64gcv1p0 #2159

Merged

Conversation

johnplatts
Copy link
Contributor

Made changes to inline assembly in targets.cc to enable ".option arch, +v" on RISC-V when compiled with GCC 13 or later to avoid errors by RISC-V GNU assembler if compiled without -march=rv64gcv1p0 or -march=rv32gcv1p0.

@copybara-service copybara-service bot merged commit ba6a13d into google:master May 14, 2024
32 of 34 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants