Skip to content

Fix order of copysign #828

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Oct 21, 2016
Merged

Fix order of copysign #828

merged 1 commit into from
Oct 21, 2016

Conversation

rossberg
Copy link
Member

@rossberg rossberg commented Oct 21, 2016

Apologies, I screwed up the order of copysign among the float operators in #826, putting it in the middle of unary operators. This PR fixes that by moving it last in the group.

@titzer
Copy link

titzer commented Oct 21, 2016

lgtm

@rossberg rossberg merged commit 09b39fc into binary_0xd Oct 21, 2016
@rossberg rossberg deleted the copysign branch October 21, 2016 13:19
binji added a commit to WebAssembly/wabt that referenced this pull request Oct 25, 2016
binji added a commit to WebAssembly/wabt that referenced this pull request Oct 26, 2016
lukewagner added a commit that referenced this pull request Oct 26, 2016
* Reorganise opcode space (#826)

* Future-proof type opcodes (#823)

* Future-proof memory instructions (#824)

* Fix order of copysign (#828)

* Global types can be mutable, just not when imported (#830)

* Naming nit: rename `flags` to `reserved` (#832)

* Bump 0xd's version to 0xd

* Make it hex
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants