File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 299
299
/* Intel-defined CPU features, CPUID level 0x00000007:1 (EAX), word 12 */
300
300
#define X86_FEATURE_AVX_VNNI (12*32+ 4) /* AVX VNNI instructions */
301
301
#define X86_FEATURE_AVX512_BF16 (12*32+ 5) /* AVX512 BFLOAT16 instructions */
302
- #define X86_FEATURE_AMX_BF16 (18*32+22) /* AMX bf16 Support */
303
- #define X86_FEATURE_AMX_TILE (18*32+24) /* AMX tile Support */
304
- #define X86_FEATURE_AMX_INT8 (18*32+25) /* AMX int8 Support */
305
302
306
303
/* AMD-defined CPU features, CPUID level 0x80000008 (EBX), word 13 */
307
304
#define X86_FEATURE_CLZERO (13*32+ 0) /* CLZERO instruction */
390
387
#define X86_FEATURE_TSXLDTRK (18*32+16) /* TSX Suspend Load Address Tracking */
391
388
#define X86_FEATURE_PCONFIG (18*32+18) /* Intel PCONFIG */
392
389
#define X86_FEATURE_ARCH_LBR (18*32+19) /* Intel ARCH LBR */
390
+ #define X86_FEATURE_AMX_BF16 (18*32+22) /* AMX bf16 Support */
393
391
#define X86_FEATURE_AVX512_FP16 (18*32+23) /* AVX512 FP16 */
392
+ #define X86_FEATURE_AMX_TILE (18*32+24) /* AMX tile Support */
393
+ #define X86_FEATURE_AMX_INT8 (18*32+25) /* AMX int8 Support */
394
394
#define X86_FEATURE_SPEC_CTRL (18*32+26) /* "" Speculation Control (IBRS + IBPB) */
395
395
#define X86_FEATURE_INTEL_STIBP (18*32+27) /* "" Single Thread Indirect Branch Predictors */
396
396
#define X86_FEATURE_FLUSH_L1D (18*32+28) /* Flush L1D cache */
You can’t perform that action at this time.
0 commit comments