From b94b2e7ac8e6d966cd1d78a0776a6c257d502d2f Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Mon, 14 Sep 2015 13:49:38 -0700 Subject: Add links for MOR and MXOR. --- FutureFeatures.md | 4 ++-- 1 file 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 -- cgit v1.2.3