We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5693525 commit 54136a9Copy full SHA for 54136a9
FutureFeatures.md
@@ -204,7 +204,7 @@ use cases:
204
* Int32UMin - unsigned minimum
205
* Int32UMax - unsigned maximum
206
* Int32SExt - `sext(x, y)` is `x<<y>>y`
207
- * Int32Abs - absolute value (`abs(INT32_MIN)` is `INT32_MIN`)
+ * Int32Abs - absolute value (is `abs(INT32_MIN)` `INT32_MIN` or should it trap?)
208
209
* The following operations are just potentially interesting.
210
* Int32Clrs - count leading redundant sign bits (defined for all values, including 0)
0 commit comments