archspec / archspec-json

Other
20 stars 32 forks source link

Add a JSON file with information on cpuid #86

Closed alalazo closed 6 months ago

alalazo commented 6 months ago

We'll use this information to detect features on Windows, since the OS doesn't expose them in any other way.

Modifications:

alalazo commented 6 months ago

@isuruf I added a JSON file with the information we need from cpuid. I also think I spotted a couple of bugs in py-cpuinfo, but that needs to be verified. I'll submit companion PRs to the other repos and ping you for test-driving them if you're available.

isuruf commented 6 months ago

Looks great. Thanks.