1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-06-12 20:27:06 +01:00

Merge branch 'feature/bgq-asm' of https://github.com/paboyle/Grid into feature/bgq-asm

This commit is contained in:
Peter Boyle
2016-12-30 22:42:17 +00:00
3 changed files with 82 additions and 43 deletions

View File

@ -89,6 +89,7 @@ namespace Optimization {
vec_st(a, 0, d);
}
//Integer
// PAB: fixme -- is this right ; just looks like scalar not vector
inline void operator()(int a, Integer *i){
i[0] = a;
}