4ktLuffy requested wasmtime-fuzz-reviewers for a review on PR #14104.
4ktLuffy opened PR #14104 from 4ktLuffy:fuzz-winch-aarch64-simd to bytecodealliance:main:
The fuzz config disables SIMD for Winch on aarch64, but Winch has supported it since #13970, which updated the spec tests and
docs/stability-tiers.md(simd→ :check: for aarch64 Winch) without touchingcrates/fuzzing. The disable dates from #12646 in February.Checked on
aarch64-apple-darwin: Winch and Cranelift agree onv128.const/i32x4.add/i32x4.mul/i32x4.splat/extract_lane, andcargo fuzz run instantiatewith Winch forced did 61,405 runs in 300s with no crashes.
wide_arithmeticandthreadsstay disabled — still :cross_mark: for Winch aarch64 in the tier table. The AVX check just above is unaffected on aarch64, sincecodegen_flag("has_avx")returnsNonethere andis_some_andshort-circuits.
4ktLuffy requested fitzgen for a review on PR #14104.
:thumbs_up: alexcrichton submitted PR review.
alexcrichton added PR #14104 fuzz: enable SIMD for Winch on aarch64 to the merge queue.
:check: alexcrichton merged PR #14104.
alexcrichton removed PR #14104 fuzz: enable SIMD for Winch on aarch64 from the merge queue.
Last updated: Aug 30 2026 at 09:07 UTC