JonasKruckenberg edited PR #13479.
JonasKruckenberg edited PR #13479:
Currently
cranelift-codegenfails to build forriscv64gc-unknown-none-elfbecause thepowibuiltins are not available when targetingno_std. This PR fixes that by pulling in libm.Replacing
powiwith essentiallypowf_might_ be slower, but I don't think this change is going to show up in benchmarks.This also fixes an unused import warning, and adds the riscv64 backend to the backends checked in CI.
JonasKruckenberg commented on PR #13479:
keeps
done!
:thumbs_up: alexcrichton submitted PR review.
alexcrichton has enabled auto merge for PR #13479.
alexcrichton added PR #13479 fix(no_std): fix riscv64 backend build to the merge queue.
:check: alexcrichton merged PR #13479.
alexcrichton removed PR #13479 fix(no_std): fix riscv64 backend build from the merge queue.
Last updated: Jun 01 2026 at 09:49 UTC