Show loop optimization problems
This commit is contained in:
parent
f6137a7bc0
commit
f1e891b6bf
@ -47,7 +47,7 @@ let
|
||||
cflags = [ "-march=core-avx2" "-xCORE-AVX2" ];
|
||||
}) ++ ( genConfigs {
|
||||
cc = [ bsc.clang-ompss2 ];
|
||||
cflags = [ "-march=core-avx2" ];
|
||||
cflags = [ "-march=core-avx2 -Rpass-analysis=loop-vectorize" ];
|
||||
}));
|
||||
};
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user