Stream: git-wasmtime

Topic: wasmtime / PR #11811 Fix a bug that caused float bitwise ...


view this post on Zulip Wasmtime GitHub notifications bot (Oct 08 2025 at 02:42):

yomaytk opened PR #11811 from yomaytk:fix-10912 to bytecodealliance:main:

Hello, this fixes #10921.
In the AArch64 backend, bitwise operations on float values (bor, bxor, band) were causing type errors because the same rules as for integer values (e.g. bor_fits_in_64)were being applied.
This PR applies the same rules as for vector values instead.

<!--
Please make sure you include the following information:

Our development process is documented in the Wasmtime book:
https://docs.wasmtime.dev/contributing-development-process.html

Please ensure all communication follows the code of conduct:
https://github.com/bytecodealliance/wasmtime/blob/main/CODE_OF_CONDUCT.md
-->

view this post on Zulip Wasmtime GitHub notifications bot (Oct 08 2025 at 02:42):

yomaytk requested alexcrichton for a review on PR #11811.

view this post on Zulip Wasmtime GitHub notifications bot (Oct 08 2025 at 02:42):

yomaytk requested wasmtime-compiler-reviewers for a review on PR #11811.

view this post on Zulip Wasmtime GitHub notifications bot (Oct 08 2025 at 02:43):

yomaytk edited PR #11811:

Hello, this fixes #10921.
In the cranelift AArch64 backend, bitwise operations on float values (bor, bxor, band) were causing type errors because the same rules as for integer values (e.g. bor_fits_in_64)were being applied.
This PR applies the same rules as for vector values instead.

<!--
Please make sure you include the following information:

Our development process is documented in the Wasmtime book:
https://docs.wasmtime.dev/contributing-development-process.html

Please ensure all communication follows the code of conduct:
https://github.com/bytecodealliance/wasmtime/blob/main/CODE_OF_CONDUCT.md
-->

view this post on Zulip Wasmtime GitHub notifications bot (Oct 08 2025 at 06:04):

yomaytk updated PR #11811.

view this post on Zulip Wasmtime GitHub notifications bot (Oct 08 2025 at 06:05):

yomaytk updated PR #11811.

view this post on Zulip Wasmtime GitHub notifications bot (Oct 08 2025 at 14:32):

alexcrichton submitted PR review:

Thanks!

view this post on Zulip Wasmtime GitHub notifications bot (Oct 08 2025 at 14:55):

alexcrichton merged PR #11811.


Last updated: Dec 06 2025 at 06:05 UTC