RustCrypto / utils

Utility crates used in RustCrypto
419 stars 119 forks source link

cpufeatures: additional AVX-512 features #865

Open tarcieri opened 1 year ago

tarcieri commented 1 year ago

862 added initial support for AVX-512, however the following features are still unsupported:

These use different CPUID registers than the others (e.g. ecx)

Edit: updated after #1035

brxken128 commented 1 year ago

This comment details my findings in regards to avx512vbmi(2).

I'd still double check first, however I'm more than happy to run any tests that'd help validate things.

Sadly my CPU doesn't have support for any of the others.