From 966d91531f4f49ad84e34ceddce4f3ce0b6635ab Mon Sep 17 00:00:00 2001 From: Jan <20126033+JanLJL@users.noreply.github.com> Date: Wed, 27 May 2020 14:11:01 +0200 Subject: [PATCH] typos --- README.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index 580cd72..dd07144 100644 --- a/README.rst +++ b/README.rst @@ -29,7 +29,7 @@ Data and Pass Types: * ``<2 x double>:x`` -> 128bit SSE register with two double precision floating-point numbers (e.g., ``%xmm1``) * ``<4 x float>:x`` -> 128bit SSE register with four single precision floating-point numbers (e.g., ``%xmm1``) * ``<4 x double>:x`` -> 256bit AVX register with four double precision floating-point numbers (e.g., ``%ymm1``) -* ``<8 x float>:x`` -> 256bit AVX register with four single precision floating-point numbers (e.g., ``%ymm1``) -* ``<8 x double>:x`` -> 512bit AVX512 register with four double precision floating-point numbers (e.g., ``%zmm1``) -* ``<16 x float>:x`` -> 512bit AVX512 register with four single precision floating-point numbers (e.g., ``%zmm1``) +* ``<8 x float>:x`` -> 256bit AVX register with eight single precision floating-point numbers (e.g., ``%ymm1``) +* ``<8 x double>:x`` -> 512bit AVX512 register with eight double precision floating-point numbers (e.g., ``%zmm1``) +* ``<16 x float>:x`` -> 512bit AVX512 register with sixteen single precision floating-point numbers (e.g., ``%zmm1``) * ``i8:23`` -> immediate 0 (i.e., ``$23``)