1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-06-11 03:46:55 +01:00

Merge pull request #35 from aportelli/master

empty SIMD fix
This commit is contained in:
2016-05-27 16:49:13 +01:00

View File

@ -410,6 +410,7 @@ namespace Optimization {
break;
default: assert(0);
}
return out;
}
static inline u128d rotate(u128d in,int n){
u128d out;
@ -424,6 +425,7 @@ namespace Optimization {
break;
default: assert(0);
}
return out;
}
};