Gromacs
2022.2
|
SIMD data types.
Public Types | |
using | RealType = gmx::SimdReal |
The data type to use as real. | |
using | IntType = gmx::SimdInt32 |
The data type to use as int. | |
using | BoolType = gmx::SimdBool |
The data type to use as bool for real value comparison. | |
Static Public Attributes | |
static constexpr int | simdRealWidth = 4 |
The width of the RealType. | |
static constexpr int | simdIntWidth = 4 |
The width of the IntType. | |