Gromacs  2022.2
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
List of all members | Public Types | Static Public Attributes
SimdDataTypes Struct Reference

Description

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.
 

The documentation for this struct was generated from the following file: