aboutsummaryrefslogtreecommitdiff
path: root/FutureFeatures.md
diff options
context:
space:
mode:
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 85ab6d9..31119f5 100644
--- a/FutureFeatures.md
+++ b/FutureFeatures.md
@@ -237,8 +237,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