We still need to add support for some floating-point arithmetic opcodes in WebAssembly SIMD on Intel, specifically: - f32x4.sqrt, f64x2.sqrt - f32x4.min, f64x2.min - f32x4.max, f64x2.max - f32x4.pmin, f64x2.pmin - f32x4.pmax, f64x2.pmax - f32x4.neg, f64x2.neg - f32x4.abs, f64x2.abs
rdar://103326365
Pull request: https://github.com/WebKit/WebKit/pull/7584
Committed 257880@main (3a6ea5eb8b9b): <https://commits.webkit.org/257880@main> Reviewed commits have been landed. Closing PR #7584 and removing active labels.