mirror of
https://github.com/paboyle/Grid.git
synced 2025-11-02 04:54:33 +00:00
Faster Mobius
This commit is contained in:
@@ -130,7 +130,7 @@ class Grid_simd {
|
||||
|
||||
Vector_type v;
|
||||
|
||||
static inline int Nsimd(void) {
|
||||
static inline constexpr int Nsimd(void) {
|
||||
return sizeof(Vector_type) / sizeof(Scalar_type);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user