klauspost / cpuid

CPU feature identification for Go
MIT License
1.01k stars 125 forks source link

Add Intel apx, avx10, keylocker #134

Closed klauspost closed 11 months ago

klauspost commented 11 months ago

Only KEYLOCKER has been released in the wild, AFAIK.

AVX10_512 is tricky, since it depends on which core is being tested.

It seems like code will need to do additional checks, since it may have been reassigned by the runtime.

klauspost commented 11 months ago

Ping @mythi - if you have the time to review.

klauspost commented 11 months ago

I will merge for now - seems we have some time before real hardware hits :)