Skip to content
This repository was archived by the owner on Dec 22, 2021. It is now read-only.

Conversation

AndrewScheidecker
Copy link
Contributor

This changes saturating truncation operators to place the ":sat" modifier immediately 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

This resolves #25

…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
Resolves WebAssembly#25
Copy link
Contributor

@stoklund stoklund left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. Thanks!

@gnzlbg
Copy link
Contributor

gnzlbg commented Oct 24, 2018

This was never merged, and seems suspiciously similar to #40, and it might appear that both should be closed until https://github.com/WebAssembly/nontrapping-float-to-int-conversions/ is resolved (cc @sunfishcode )


offtopic: Are there any triage meetings for the issues / PRs in this repo ?

@dtig
Copy link
Member

dtig commented Oct 24, 2018

I'm not sure why this PR wasn't merged after it was approved - it makes sense to close it and track this through the more recent issue.

AFAIK, there are no triage meetings for issues/PRs in this repository, though an issue that needs resolution could be discussed in one of the regular CG Meetings.

@binji
Copy link
Member

binji commented Oct 25, 2018

We ended up discussing a more general renaming here: WebAssembly/spec#884

@dtig
Copy link
Member

dtig commented Dec 17, 2018

Closing as this issue is being discussed here - WebAssembly/spec#884

@dtig dtig closed this Dec 17, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Consistency with non-trapping truncate proposal
5 participants