We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc6c8cc commit e6cf454Copy full SHA for e6cf454
src/coreclr/jit/hwintrinsiccodegenxarch.cpp
@@ -407,8 +407,9 @@ void CodeGen::genHWIntrinsic(GenTreeHWIntrinsic* node)
407
if (!compiler->compIsaSupportedDebugOnly(isa))
408
{
409
printf("Avx10v2: %d\n", InstructionSet_AVX10v2);
410
- printf("Avx10v2: %d\n", InstructionSet_AVXVNNIINT8);
411
- printf("Avx10v2: %d\n", InstructionSet_AVXVNNIINT16);
+ printf("AvxVnniInt8: %d\n", InstructionSet_AVXVNNIINT8);
+ printf("AvxVnniInt16: %d\n", InstructionSet_AVXVNNIINT16);
412
+ printf("ISA: %d\n", isa);
413
}
414
assert(compiler->compIsaSupportedDebugOnly(isa));
415
assert(HWIntrinsicInfo::RequiresCodegen(intrinsicId));
0 commit comments