From b82da23c7a0d368ac811df9b98b1bd670a28e786 Mon Sep 17 00:00:00 2001 From: Andrey Miroshnikov Date: Mon, 6 Nov 2023 19:38:24 +0000 Subject: [PATCH] Forgot quotes --- openpower/sv/cookbook/remap_matrix.mdwn | 2 ++ 1 file changed, 2 insertions(+) diff --git a/openpower/sv/cookbook/remap_matrix.mdwn b/openpower/sv/cookbook/remap_matrix.mdwn index 4f0757a63..3a2fee3e6 100644 --- a/openpower/sv/cookbook/remap_matrix.mdwn +++ b/openpower/sv/cookbook/remap_matrix.mdwn @@ -420,6 +420,7 @@ For the above `svshape` instruction example: - `x_end`, `y_end`, and `z_end` correspond to the largest permitted values for `x`, `y`, and `z` (1, 1, and 2 respectively). +``` | (x == | (y == | (z == index | x | y | z | x_end) | y_end) | z_end) 0 | 0 | 0 | 0 | F | F | F @@ -434,6 +435,7 @@ For the above `svshape` instruction example: 9 | 1 | 0 | 2 | T | F | T 10 | 0 | 1 | 2 | F | T | T 11 | 1 | 1 | 2 | T | T | T +``` If the `x`, `y`, and `z` sequences are compared with the inner product index table, there are some resemblances. Swapping the `x` and `y` (permute=0b10) -- 2.30.2