Add GFNI Intrinsics (#961)

This commit is contained in:
DevJPM 2020-12-01 16:03:51 +01:00 committed by GitHub
parent c1ae807d89
commit fa56fcfd8a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 1534 additions and 0 deletions

File diff suppressed because it is too large Load diff

View file

@ -672,6 +672,9 @@ pub use self::avx512bw::*;
mod avx512ifma;
pub use self::avx512ifma::*;
mod avx512gfni;
pub use self::avx512gfni::*;
mod avx512vpopcntdq;
pub use self::avx512vpopcntdq::*;