Avx512cd (#963)
This commit is contained in:
parent
c5ccd02907
commit
b6c1c205df
2 changed files with 1173 additions and 0 deletions
1170
library/stdarch/crates/core_arch/src/x86/avx512cd.rs
Normal file
1170
library/stdarch/crates/core_arch/src/x86/avx512cd.rs
Normal file
File diff suppressed because it is too large
Load diff
|
|
@ -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::*;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue