JonasKruckenberg opened PR #13479 from JonasKruckenberg:push-trymmrxqvpqo to bytecodealliance:main:
<!--
Please make sure you include the following information:
If this work has been discussed elsewhere, please include a link to that
conversation. If it was discussed in an issue, just mention "issue #...".Explain why this change is needed. If the details are in an issue already,
this can be brief.Our development process is documented in the Wasmtime book:
https://docs.wasmtime.dev/contributing-development-process.htmlPlease ensure all communication follows the code of conduct:
https://github.com/bytecodealliance/wasmtime/blob/main/CODE_OF_CONDUCT.md
-->
JonasKruckenberg requested cfallin for a review on PR #13479.
JonasKruckenberg requested wasmtime-compiler-reviewers for a review on 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.
alexcrichton commented on PR #13479:
Thanks! To ensure this keeps working can you update this CI configuration to include the riscv64 backend?
github-actions[bot] added the label cranelift on PR #13479.
JonasKruckenberg requested fitzgen for a review on PR #13479.
JonasKruckenberg updated PR #13479.
JonasKruckenberg requested wasmtime-default-reviewers for a review on PR #13479.
Last updated: Jun 01 2026 at 09:49 UTC