From e53a18cde5ea35e5e65dca7d39e2c5eb3d6a0dc5 Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Mon, 8 Jun 2015 12:39:16 -0800 Subject: Add Bang and Neg operators under consideration. Bang is unary ! Neg is unary - --- AstSemantics.md | 2 ++ 1 file changed, 2 insertions(+) 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 -- cgit v1.2.3