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):
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):