From: Jin Kyu Song Date: Thu, 22 Aug 2013 02:29:09 +0000 (-0700) Subject: AVX-512: Reword comment about opmask decorators X-Git-Tag: nasm-2.11.05~110^2~24 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f9a71e0c3800092bb1db592de6870e4fe9e83444;p=platform%2Fupstream%2Fnasm.git AVX-512: Reword comment about opmask decorators Previous comment was not so clear. Signed-off-by: Jin Kyu Song Signed-off-by: Cyrill Gorcunov --- diff --git a/parser.c b/parser.c index 5571c6f..4b3f059 100644 --- a/parser.c +++ b/parser.c @@ -196,7 +196,7 @@ static void process_size_override(insn *result, int operand) /* * when two or more decorators follow a register operand, * consecutive decorators are parsed here. - * the order of decorators does not matter. + * opmask and zeroing decorators can be placed in any order. * e.g. zmm1 {k2}{z} or zmm2 {z,k3} * decorator(s) are placed at the end of an operand. */