aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Gohman <sunfish@mozilla.com>2015-09-14 13:49:38 -0700
committerDan Gohman <sunfish@mozilla.com>2015-09-14 15:02:15 -0700
commitb94b2e7ac8e6d966cd1d78a0776a6c257d502d2f (patch)
tree4fca8251bd6a0df6607d5b408e4d9b4ad1e485e6
parent740046cd630100a71241bf918a0c68fd952d032e (diff)
downloadnanowasm-design-b94b2e7ac8e6d966cd1d78a0776a6c257d502d2f.tar.gz
Add links for MOR and MXOR.
-rw-r--r--FutureFeatures.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/FutureFeatures.md b/FutureFeatures.md
index 8c8aaca..1b5cfab 100644
--- a/FutureFeatures.md
+++ b/FutureFeatures.md
@@ -236,8 +236,8 @@ use cases:
* `int32.floor_div_s`: signed division (result is floored)
* The following 64-bit-only operations are potentially interesting as well.
- * `int64.mor`: sign-agnostic 8x8 bit-matrix multiply with or
- * `int64.mxor`: sign-agnostic 8x8 bit-matrix multiply with xor
+ * `int64.mor`: sign-agnostic [8x8 bit-matrix multiply with or](http://mmix.cs.hm.edu/doc/instructions-en.html#MOR)
+ * `int64.mxor`: sign-agnostic [8x8 bit-matrix multiply with xor](http://mmix.cs.hm.edu/doc/instructions-en.html#MXOR)
## Additional floating point operations