mirror of
https://github.com/paboyle/Grid.git
synced 2025-04-09 21:50:45 +01:00
empty SIMD fix
This commit is contained in:
parent
91e04056f9
commit
9d5f693cbe
@ -410,6 +410,7 @@ namespace Optimization {
|
|||||||
break;
|
break;
|
||||||
default: assert(0);
|
default: assert(0);
|
||||||
}
|
}
|
||||||
|
return out;
|
||||||
}
|
}
|
||||||
static inline u128d rotate(u128d in,int n){
|
static inline u128d rotate(u128d in,int n){
|
||||||
u128d out;
|
u128d out;
|
||||||
@ -424,6 +425,7 @@ namespace Optimization {
|
|||||||
break;
|
break;
|
||||||
default: assert(0);
|
default: assert(0);
|
||||||
}
|
}
|
||||||
|
return out;
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user