mirror of
https://github.com/open-goal/jak-project
synced 2026-08-21 14:54:53 -04:00
fix bug in collide-probe (#1180)
* fix bug in collide-probe * add debug print
This commit is contained in:
@@ -78,6 +78,7 @@ void setup_cpu_info() {
|
||||
printf(" Model: %s\n", gCpuInfo.model.c_str());
|
||||
printf(" AVX : %s\n", gCpuInfo.has_avx ? "true" : "false");
|
||||
printf(" AVX2 : %s\n", gCpuInfo.has_avx2 ? "true" : "false");
|
||||
fflush(stdout);
|
||||
|
||||
gCpuInfo.initialized = true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user