开发者

SSE4, SSE5 & AMD Cool n Quiet

开发者 https://www.devze.com 2023-02-11 12:07 出处:网络
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 anythi

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

0

精彩评论

暂无评论...
验证码 换一张
取 消