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

[RootFS] Use GCC 13+ for riscv64 #401

Merged
merged 1 commit into from
Jan 5, 2025
Merged

[RootFS] Use GCC 13+ for riscv64 #401

merged 1 commit into from
Jan 5, 2025

Conversation

giordano
Copy link
Member

@giordano giordano commented Jan 5, 2025

We've had a few problems with GCC 12 on riscv64 (missing riscv_vector.h header file, broken support for atomics) that we're often forced to use GCC 13. Let's always use GCC 13 at minimum and live happier.

Once we get GCC 14 in we may bump the minimum riscv64 GCC toolchain to that version, because it introduces better support for the version 1.0 of the vector extension, important for OpenBLAS and other software.

We've had a few problems with GCC 12 on riscv64 (missing `riscv_vector.h` header
file, broken support for atomics) that we're often forced to use GCC 13.  Let's
always use GCC 13 at minimum and live happier.

Once we get GCC 14 in we may bump the minimum riscv64 GCC toolchain to that
version, because it introduces better support for the version 1.0 of the vector
extension, important for OpenBLAS and other software.
@giordano giordano merged commit 4d0883a into master Jan 5, 2025
7 checks passed
@giordano giordano deleted the mg/riscv64-gcc13 branch January 5, 2025 14:07
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.

1 participant