You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 22, 2021. It is now read-only.
I personally prefer the style of the non-trapping truncate proposal (i32.trunc_s:sat/f32), but mostly I'd just like for it to be consistent between the two proposals.
The text was updated successfully, but these errors were encountered:
…mmediately after the trunc_u or trunc_s, instead of after the source type
e.g. i32x4.trunc_s:sat/f32x4 instead of i32.trunc_s/f32x4:sat
ResolvesWebAssembly#25
I noticed that the proposed non-trapping truncate instructions put the
:sat
in a different place in the instruction name from the SIMD proposal:i32x4.trunc_s/f32x4:sat
vsi32.trunc_s:sat/f32
I personally prefer the style of the non-trapping truncate proposal (
i32.trunc_s:sat/f32
), but mostly I'd just like for it to be consistent between the two proposals.The text was updated successfully, but these errors were encountered: