MessageBoxA(nullptr,"This program is compiled with AVX2 instruction set, but your CPU doesn't support it. You must recompile with lower instruction set.\n\nIn Visual Studio go to Project properties -> C/C++ -> Code Generation -> Enable Enhanced Instruction Set and select appropriate value for your CPU.","Wrong CPU architecture",MB_ICONERROR);
return0;
}
if(tracy::DiscoveryAVX()&&!cpuHasAVX)
{
MessageBoxA(nullptr,"This program is compiled with AVX instruction set, but your CPU doesn't support it. You must recompile with lower instruction set.\n\nIn Visual Studio go to Project properties -> C/C++ -> Code Generation -> Enable Enhanced Instruction Set and select appropriate value for your CPU.","Wrong CPU architecture",MB_ICONERROR);