Closed howjmay closed 2 months ago
:warning: Please install the to ensure uploads and comments are reliably processed by Codecov.
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 77.80%. Comparing base (
d30de86
) to head (8894f2b
). Report is 90 commits behind head on master.
:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Hi. I have a repo to host prebuilt binary of riscv-gnu-toolchain. RVV has been supported but intrinsics are not, so I need to use gcc 14 to build the gnu toolchain
@howjmay do you mind signing the commit?
signed! Thanks
The intrinsics are supported from gcc 14 https://gcc.gnu.org/gcc-14/changes.html
@howjmay it's not really signed - see the following github article: https://docs.github.com/en/authentication/managing-commit-signature-verification/about-commit-signature-verification I used gpg to create a sign key and add it to my github account.
both helio and dragonfly require signed commits.
done!
Thanks!
thank you too
Thanks @howjmay ! Do you know if it possible to run tests on RISC-V on github?