mirror of
https://github.com/paboyle/Grid.git
synced 2025-06-10 03:17:07 +01:00
Max 128 size
This commit is contained in:
@ -88,7 +88,7 @@ public:
|
|||||||
// Coordinate class, maxdims = 8 for now.
|
// Coordinate class, maxdims = 8 for now.
|
||||||
////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////
|
||||||
#define GRID_MAX_LATTICE_DIMENSION (8)
|
#define GRID_MAX_LATTICE_DIMENSION (8)
|
||||||
#define GRID_MAX_SIMD (16)
|
#define GRID_MAX_SIMD (32)
|
||||||
|
|
||||||
static constexpr int MaxDims = GRID_MAX_LATTICE_DIMENSION;
|
static constexpr int MaxDims = GRID_MAX_LATTICE_DIMENSION;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user