abrown opened PR #1821 from legalize-fmin-fmax
to master
:
This builds on #1820 and should be merged after that PR.
The Wasm SIMD spec defines semantics for
fmin
andfmax
that require runtimes to produce long sequences of instructions. This change adds these long sequences through legalization but also provides an alternate mechansim, using theassert_no_nans
flag, for guaranteeing that special NaN handling is not required, thus resulting in a much shorter legalization.
abrown requested bnjbvr for a review on PR #1821.
abrown has marked PR #1821 as ready for review.
bnjbvr submitted PR Review.
abrown closed without merge PR #1821.
Last updated: Nov 22 2024 at 16:03 UTC