Bug Report: Wrong SystemStats::hasAVX2() result with clang-cl / 64-bit

Assuming JUCE has a good reason to use inline asm callCPUID() as opposed to an intrinsic like __cpuid() for this combo, here’s a PR that shoud match the behavior of the former with the latter (i.e. clear ecx before doing cpuid):