mirror of
https://github.com/RRZE-HPC/asmbench.git
synced 2025-07-20 20:21:05 +02:00
typos
This commit is contained in:
@@ -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``)
|
||||
|
Reference in New Issue
Block a user