mirror of
https://github.com/paboyle/Grid.git
synced 2024-11-10 15:55:37 +00:00
Merge branch 'master' into hadrons
This commit is contained in:
commit
1826ed06a3
BIN
lib/Old/Endeavour.tgz
Normal file
BIN
lib/Old/Endeavour.tgz
Normal file
Binary file not shown.
@ -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…
Reference in New Issue
Block a user