steinwurf / cpuid

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

Draft version #2

Closed nestorjhernandezm closed 10 years ago

nestorjhernandezm commented 10 years ago

Hi @jpihl and @mortenvp ,

Please take a look at the cpuid functionality. Surely I will modify the public functions in order to retain the data and not just print it which also would be good to make more reliable tests. But in order to show you the development, I wanted to display the approach first.

Finally, I'm thinking a good way to implement the "has_instructions_set" functionality on the class. Maybe we can talk about it on the mailing list.

Take a look a give me you reviews and opinions here or on the mailing list :wink: :+1:

mortenvp commented 10 years ago

Good start - merge after fixing the comments and then lets get the features stuff in there e.g. has_sse3 etc.