We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66198ab commit 9683187Copy full SHA for 9683187
crates/core_arch/src/x86/mod.rs
@@ -845,6 +845,10 @@ mod avx512cd;
845
#[unstable(feature = "stdarch_x86_avx512", issue = "111137")]
846
pub use self::avx512cd::*;
847
848
+mod avx512dq;
849
+#[unstable(feature = "stdarch_x86_avx512", issue = "111137")]
850
+pub use self::avx512dq::*;
851
+
852
mod avx512ifma;
853
854
pub use self::avx512ifma::*;
@@ -894,5 +898,6 @@ mod f16c;
894
898
pub use self::f16c::*;
895
899
896
900
mod avx512bf16;
901
897
902
903
pub use self::avx512bf16::*;
0 commit comments