1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-06-12 20:27:06 +01:00

Faster Mobius

This commit is contained in:
paboyle
2016-12-01 11:39:04 +00:00
parent bd0430b34f
commit 6adf35da54
2 changed files with 117 additions and 22 deletions

View File

@ -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);
}