Question

Well, i we're wondering if C++ can check if the computer has SSE4, SSE5, and Cool 'n' Quiet. It's possible? How? I saw the isProcessorFeaturePresent but i don't see anything about those there.

Was it helpful?

Solution

You'd do this by checking the cpuid processor features flags, the msdn page for __cpuid has a long example on enumerating them

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top