Skip to content

Commit 9683187

Browse files
sayantnAmanieu
authored andcommitted
AVX512DQ : Fix : Added to mod.rs
1 parent 66198ab commit 9683187

File tree

1 file changed

+5
-0
lines changed
  • crates/core_arch/src/x86

1 file changed

+5
-0
lines changed

crates/core_arch/src/x86/mod.rs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -845,6 +845,10 @@ mod avx512cd;
845845
#[unstable(feature = "stdarch_x86_avx512", issue = "111137")]
846846
pub use self::avx512cd::*;
847847

848+
mod avx512dq;
849+
#[unstable(feature = "stdarch_x86_avx512", issue = "111137")]
850+
pub use self::avx512dq::*;
851+
848852
mod avx512ifma;
849853
#[unstable(feature = "stdarch_x86_avx512", issue = "111137")]
850854
pub use self::avx512ifma::*;
@@ -894,5 +898,6 @@ mod f16c;
894898
pub use self::f16c::*;
895899

896900
mod avx512bf16;
901+
897902
#[unstable(feature = "stdarch_x86_avx512", issue = "111137")]
898903
pub use self::avx512bf16::*;

0 commit comments

Comments
 (0)