diff options
| author | JF Bastien <github@jfbastien.com> | 2016-02-29 09:03:13 -0500 |
|---|---|---|
| committer | JF Bastien <github@jfbastien.com> | 2016-02-29 09:03:13 -0500 |
| commit | c8137d9a6bdefd015f5daadd3f0eb233dc6996b6 (patch) | |
| tree | 90d29c8f661d55cf01df88356ea346c91408c27d /FutureFeatures.md | |
| parent | 61e60c57b34a360d43cbe6c46d9d96f018ae00d9 (diff) | |
| parent | 18da0d7f629be0d95e0cb7d1053fcf1fda2dd943 (diff) | |
| download | nanowasm-design-c8137d9a6bdefd015f5daadd3f0eb233dc6996b6.tar.gz | |
Merge pull request #462 from mbodart/rotate
Move rotate instructions from FutureFeatures to AstSemantics.
Diffstat (limited to 'FutureFeatures.md')
| -rw-r--r-- | FutureFeatures.md | 2 |
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 |
