This commit is contained in:
ManDude
2022-06-19 15:33:23 +01:00
parent 337042a6b1
commit 14e7c795d5
+3 -1
View File
@@ -81,7 +81,9 @@ int main(int argc, char** argv) {
#ifndef __AVX2__
if (get_cpu_info().has_avx2) {
printf("Note: your CPU supports AVX2, but this build was not compiled with AVX2 support\nTHIS IS NOT AN ERROR!\n");
printf(
"Note: your CPU supports AVX2, but this build was not compiled with AVX2 support\nTHIS IS "
"NOT AN ERROR!\n");
get_cpu_info().has_avx2 = false;
}
#endif