From a611d0663aaaee794c2c3f658f589f31497c66b9 Mon Sep 17 00:00:00 2001 From: ariez-xyz <41232910+ariez-xyz@users.noreply.github.com> Date: Sat, 23 Jul 2022 22:50:08 +0200 Subject: [PATCH] Fix erroneous expansion of SIMD in instructions spec. --- document/core/syntax/instructions.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/document/core/syntax/instructions.rst b/document/core/syntax/instructions.rst index 6ebb400d98..87f805e5c8 100644 --- a/document/core/syntax/instructions.rst +++ b/document/core/syntax/instructions.rst @@ -195,7 +195,7 @@ Occasionally, it is convenient to group operators together according to the foll Vector Instructions ~~~~~~~~~~~~~~~~~~~ -Vector instructions (also known as *SIMD* instructions, single data multiple value) provide basic operations over :ref:`values ` of :ref:`vector type `. +Vector instructions (also known as *SIMD* instructions, single instruction multiple data) provide basic operations over :ref:`values ` of :ref:`vector type `. .. math:: \begin{array}{llcl}