Skip to content

Commit 5c7ba98

Browse files
committed
Remove redundant imports
1 parent ef4d36b commit 5c7ba98

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/arch/x86_family.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,6 @@ pub mod avx512 {
105105
use target_arch::__m512bh;
106106
#[cfg(any(all(target_feature = "avx512vl", target_feature = "avx512bf16"), doc))]
107107
use target_arch::{__m128bh, __m256bh};
108-
use target_arch::{__m512, __m512d, __m512i};
109108

110109
// Basic register type support
111110
pessimize_asm_values!(

0 commit comments

Comments
 (0)