1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-04-04 19:25:56 +01:00

empty SIMD fix

This commit is contained in:
Antonin Portelli 2016-05-24 10:56:27 +01:00
parent 91e04056f9
commit 9d5f693cbe

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