steinwurf / cpuid

C++ library for detecting CPU capabilities
https://cpuid.steinwurf.com
Other
105 stars 21 forks source link

Add support for aes flag on x86 #61

Closed svost closed 1 year ago

svost commented 1 year ago

Hello. Based on information from [Microsoft documentation] (https://learn.microsoft.com/en-us/cpp/intrinsics/cpuid-cpuidex?redirectedfrom=MSDN&view=msvc-170). Unfortunately, I cannot implement support for the arm architecture due to the lack of it.

netlify[bot] commented 1 year ago

Deploy Preview for steinwurf-cpuid ready!

Name Link
Latest commit db4d2dcfd3b921d0fa3225d8a8444173af71d0ee
Latest deploy log https://app.netlify.com/sites/steinwurf-cpuid/deploys/633edb36aaffce0008bbbe46
Deploy Preview https://deploy-preview-61--steinwurf-cpuid.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

mortenvp commented 1 year ago

Hi @svost looks good to me.