Hi, I'm trying various sample codes in ArBB beta and found a typo in spec-samples. --- a/misc/spec-samples/permuteSample.cpp +++ b/misc/spec-samples/permuteSample.cpp @@ -527,7 +527,7 @@ void shuffle_001() void arbb_shuffle_002(dense src1Vec, dense src2Vec, dense& dstVec) { - const usize grain(1); + const usize grain(2); dstVec = shuffle(src1Vec, src2Vec, grain); } currently, arbb_shuffle_002 yields the same result as arbb_shuffle_001, which doesn't make sense. Thanks, Ken
typo in spec-samples
Nähere Informationen zur Compiler-Optimierung finden Sie in unserem Optimierungshinweis.

