diff options
| author | Dan Gohman <sunfish@mozilla.com> | 2015-05-07 08:56:38 -0700 |
|---|---|---|
| committer | Dan Gohman <sunfish@mozilla.com> | 2015-07-28 13:02:10 -0700 |
| commit | c913833289f2ce56b2078df12f275b93e7890be5 (patch) | |
| tree | 03eaf8476ba07d51a39567dc0a58d3a67a1095ff /BinaryEncoding.md | |
| parent | f74c4a87968ecf73120cc4588e67c7ca06ab170f (diff) | |
| download | nanowasm-design-c913833289f2ce56b2078df12f275b93e7890be5.tar.gz | |
Add unequal comparisons.
(x != y) can be synthesized as ((x == y) == 0), or !(x == y),
depending on whether we have a unary ! operator, or we can reverse the arms
of a select or the blocks of an if-else, but this feels needlessly
minimalistic for such a common operation.
Diffstat (limited to 'BinaryEncoding.md')
0 files changed, 0 insertions, 0 deletions
