mirror of
https://github.com/paboyle/Grid.git
synced 2025-06-17 15:27:06 +01:00
Reproducibility checks for inner product
This commit is contained in:
@ -66,6 +66,9 @@ namespace Optimization {
|
||||
double f[4];
|
||||
};
|
||||
|
||||
|
||||
|
||||
|
||||
struct Vsplat{
|
||||
//Complex float
|
||||
inline __m256 operator()(float a, float b){
|
||||
|
Reference in New Issue
Block a user