Skip to content

Commit

Permalink
Remove avx_4nniw, amx_bf16, avx512_4fmaps since they are rare
Browse files Browse the repository at this point in the history
  • Loading branch information
mert-kurttutan authored and gz committed Jul 16, 2024
1 parent 5c17056 commit 6ce4468
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/display.rs
Original file line number Diff line number Diff line change
Expand Up @@ -528,12 +528,6 @@ pub fn markdown<R: crate::CpuIdReader>(cpuid: crate::CpuId<R>) {
"AVX512F: AVX-512 foundation instructions",
info.has_avx512f(),
),
RowGen::tuple("AVX512-4NNIW: 4NNIW instructions", info.has_avx512_4vnniw()),
RowGen::tuple(
"AVX512-4FMAPS: 4FMAPS instructions",
info.has_avx512_4fmaps(),
),
RowGen::tuple("AMX_BF16: AMX_BF16 instructions", info.has_amx_bf16()),
RowGen::tuple(
"AVX512DQ: double & quadword instructions",
info.has_avx512dq(),
Expand Down

0 comments on commit 6ce4468

Please sign in to comment.