We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef4d36b commit 5c7ba98Copy full SHA for 5c7ba98
src/arch/x86_family.rs
@@ -105,7 +105,6 @@ pub mod avx512 {
105
use target_arch::__m512bh;
106
#[cfg(any(all(target_feature = "avx512vl", target_feature = "avx512bf16"), doc))]
107
use target_arch::{__m128bh, __m256bh};
108
- use target_arch::{__m512, __m512d, __m512i};
109
110
// Basic register type support
111
pessimize_asm_values!(
0 commit comments