Add i32x4.relaxed_trunc_f32x4_s, i32x4.relaxed_trunc_f32x4_u,
i32x4.relaxed_trunc_f64x2_s_zero, i32x4.relaxed_trunc_f64x2_u_zero.
These are only exposed as builtins, and require user opt-in.
Differential D112186
[WebAssembly] Add prototype relaxed float to int trunc instructions ngzhian on Oct 20 2021, 2:54 PM. Authored by
Details Add i32x4.relaxed_trunc_f32x4_s, i32x4.relaxed_trunc_f32x4_u, These are only exposed as builtins, and require user opt-in.
Diff Detail
Event Timeline
|
@tlively I'm having trouble with this, getting this stack trace
Do I need to add some stuff to LegalizeTypes?