File tree Expand file tree Collapse file tree 1 file changed +0
-8
lines changed
Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -402,22 +402,14 @@ constexpr uint32_t avx2 = uint32_t(1) << 5;
402402constexpr uint32_t bmi2 = uint32_t (1 ) << 8 ;
403403constexpr uint32_t avx512f = uint32_t (1 ) << 16 ;
404404constexpr uint32_t avx512dq = uint32_t (1 ) << 17 ;
405- constexpr uint32_t avx512ifma = uint32_t (1 ) << 21 ;
406405constexpr uint32_t avx512cd = uint32_t (1 ) << 28 ;
407406constexpr uint32_t avx512bw = uint32_t (1 ) << 30 ;
408407constexpr uint32_t avx512vl = uint32_t (1 ) << 31 ;
409408} // namespace ebx
410409
411410namespace ecx {
412- constexpr uint32_t avx512vbmi = uint32_t (1 ) << 1 ;
413411constexpr uint32_t avx512vbmi2 = uint32_t (1 ) << 6 ;
414- constexpr uint32_t avx512vnni = uint32_t (1 ) << 11 ;
415- constexpr uint32_t avx512bitalg = uint32_t (1 ) << 12 ;
416- constexpr uint32_t avx512vpopcnt = uint32_t (1 ) << 14 ;
417412} // namespace ecx
418- namespace edx {
419- constexpr uint32_t avx512vp2intersect = uint32_t (1 ) << 8 ;
420- }
421413} // namespace cpuid_bit
422414
423415static inline void cpuid (uint32_t *eax, uint32_t *ebx, uint32_t *ecx,
You can’t perform that action at this time.
0 commit comments