In the MSVC project file, need to disable enhanced instruction sets for all architectures. Currently, at least on 64 bit compilation targets, AVX is enabled. This causes a crash on older CPUs that do not have support for these instructions. I must have turned this on screwing around and forgot. :dizzy_face:
In the MSVC project file, need to disable enhanced instruction sets for all architectures. Currently, at least on 64 bit compilation targets, AVX is enabled. This causes a crash on older CPUs that do not have support for these instructions. I must have turned this on screwing around and forgot. :dizzy_face: