Stream: git-wasmtime

Topic: wasmtime / PR #11794 x64: Fix `has_native_fma`


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

alexcrichton opened PR #11794 from alexcrichton:sync-feature-gates to bytecodealliance:main:

This commit synchronizes the implementation of lowering and has_native_fma where lowering requires both AVX + FMA but has_native_fma was just testing FMA, meaning that if has_fma was enabled but has_avx was disabled it would be possible to generate a link-time error with Wasmtime.

<!--
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 05 2025 at 15:12):

alexcrichton requested fitzgen for a review on PR #11794.

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

alexcrichton requested wasmtime-compiler-reviewers for a review on PR #11794.

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

fitzgen submitted PR review.

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

fitzgen merged PR #11794.


Last updated: Dec 06 2025 at 06:05 UTC