mirror of
https://github.com/open-goal/jak-project
synced 2026-07-27 14:52:44 -04:00
clang
This commit is contained in:
+3
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user