aboutsummaryrefslogtreecommitdiff
path: root/FutureFeatures.md
diff options
context:
space:
mode:
authormbodart <mitch.l.bodart@intel.com>2015-11-12 13:13:57 -0800
committermbodart <mitch.l.bodart@intel.com>2015-11-12 13:13:57 -0800
commit18da0d7f629be0d95e0cb7d1053fcf1fda2dd943 (patch)
treef9910628e1b56a9e97c50848242691ec39e00a47 /FutureFeatures.md
parentce4dd7ea362e570ae07597f000fca9ea760233a0 (diff)
downloadnanowasm-design-18da0d7f629be0d95e0cb7d1053fcf1fda2dd943.tar.gz
Move rotate instructions from FutureFeatures to AstSemantics.
Diffstat (limited to 'FutureFeatures.md')
-rw-r--r--FutureFeatures.md2
1 files changed, 0 insertions, 2 deletions
diff --git a/FutureFeatures.md b/FutureFeatures.md
index 5e02a01..9098368 100644
--- a/FutureFeatures.md
+++ b/FutureFeatures.md
@@ -241,8 +241,6 @@ use cases:
* The following operators can be built from other operators already present,
however in doing so they read at least one non-constant input multiple times,
breaking single-use expression tree formation.
- * `i32.rotr`: sign-agnostic bitwise rotate right
- * `i32.rotl`: sign-agnostic bitwise rotate left
* `i32.min_s`: signed minimum
* `i32.max_s`: signed maximum
* `i32.min_u`: unsigned minimum