Gromacs
2023
|
#include "config.h"
#include "gromacs/math/vectypes.h"
#include "gromacs/simd/simd.h"
#include "gromacs/utility/real.h"
#include "pairlistparams.h"
Defines constants used to know which nbNxM kernel flavours (4xM or 2xMM) can be supported by the SIMD layer in use.
Enumerations | |
enum | KernelLayout { KernelLayout::r4xM, KernelLayout::r2xMM } |
The types of nbNxM SIMD kernel layout. More... | |
|
strong |