Merge bscpkgs into jungle #189

Manually merged
rarias merged 1013 commits from merge-bscpkgs into master 2025-10-07 16:12:34 +02:00
Showing only changes of commit f1e891b6bf - Show all commits

View File

@@ -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" ];
}));
};
};