aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Gohman <sunfish@mozilla.com>2015-06-08 12:39:16 -0800
committerDan Gohman <sunfish@mozilla.com>2015-06-12 14:26:17 -0700
commite53a18cde5ea35e5e65dca7d39e2c5eb3d6a0dc5 (patch)
tree33a724fa88e0b93f99133352b88042c8882278a7
parent35a1f2fcfcb174f9dbe3775fc75cad140e97e55e (diff)
downloadnanowasm-design-e53a18cde5ea35e5e65dca7d39e2c5eb3d6a0dc5.tar.gz
Add Bang and Neg operators under consideration.
Bang is unary ! Neg is unary -
-rw-r--r--AstSemantics.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/AstSemantics.md b/AstSemantics.md
index 6143c8e..896f2f6 100644
--- a/AstSemantics.md
+++ b/AstSemantics.md
@@ -322,6 +322,8 @@ floating point comparisons, even considering NaN.
Additional 32-bit integer Operations under consideration:
* Int32Not - signed-less one's complement
+ * Int32Neg - two's complement negation
+ * Int32Bang - test equality with zero
## Floating point operations