Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 645080
Collapse All | Expand All

(-)a/cpuid.c (+1 lines)
Lines 4200-4205 print_7_edx(unsigned int value) Link Here
4200
   static named_item  names[]
4200
   static named_item  names[]
4201
      = { { "AVX512_4VNNIW: neural network instrs"    ,  2,  2, bools },
4201
      = { { "AVX512_4VNNIW: neural network instrs"    ,  2,  2, bools },
4202
          { "AVX512_4FMAPS: multiply acc single prec" ,  3,  3, bools },
4202
          { "AVX512_4FMAPS: multiply acc single prec" ,  3,  3, bools },
4203
          { "SPEC_CTRL: Speculation Control (IBRS and IBPB)" ,  26,  26, bools },
4203
      };
4204
      };
4204
   print_names(value, names, LENGTH(names, named_item),
4205
   print_names(value, names, LENGTH(names, named_item),
4205
               /* max_len => */ 40);
4206
               /* max_len => */ 40);

Return to bug 645080