mirror of
https://github.com/RRZE-HPC/asmbench.git
synced 2026-01-07 04:50:05 +01:00
fixed typos
This commit is contained in:
@@ -28,8 +28,8 @@ Data and Pass Types:
|
||||
* ``i32:r`` -> 32bit gpr (e.g., ``%ecx``)
|
||||
* ``<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 single precision floating-point numbers (e.g., ``%ymm1``)
|
||||
* ``<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 single precision floating-point numbers (e.g., ``%zmm1``)
|
||||
* ``<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``)
|
||||
* ``i8:23`` -> immediate 0 (i.e., ``$23``)
|
||||
|
||||
Reference in New Issue
Block a user