This commit is contained in:
minybot 2020-12-08 19:32:37 -05:00 committed by GitHub
parent c5ccd02907
commit b6c1c205df
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 1173 additions and 0 deletions

File diff suppressed because it is too large Load diff

View file

@ -669,6 +669,9 @@ pub use self::avx512f::*;
mod avx512bw;
pub use self::avx512bw::*;
mod avx512cd;
pub use self::avx512cd::*;
mod avx512ifma;
pub use self::avx512ifma::*;