SSE4, SSE5 & AMD Cool n Quiet
Well, i we're wondering if C++ can check if the computer has SSE4, SSE5, and Cool 开发者_StackOverflow社区'n' Quiet. It's possible? How? I saw the isProcessorFeaturePresent but i don't see anything about those there.
You'd do this by checking the cpuid processor features flags, the msdn page for __cpuid has a long example on enumerating them
加载中,请稍侯......
精彩评论