Skip to content

Commit

Permalink
update smoketest expected results
Browse files Browse the repository at this point in the history
  • Loading branch information
saucecontrol committed Nov 28, 2024
1 parent 5b65b4b commit a1da8b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/tests/nativeaot/SmokeTests/HardwareIntrinsics/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ static int Main()
bool? ExpectedAvx512DQ = false;
bool? ExpectedAvx512Vbmi = false;
bool? ExpectedX86Serialize = null;
bool? ExpectedGfni = null;
bool? ExpectedGfni = false;
bool? ExpectedGfniV256 = false;
bool? ExpectedGfniV512 = false;
#elif SSE42_INTRINSICS
Expand Down Expand Up @@ -99,7 +99,7 @@ static int Main()
bool? ExpectedAvx512DQ = false;
bool? ExpectedAvx512Vbmi = false;
bool? ExpectedX86Serialize = null;
bool? ExpectedGfni = null;
bool? ExpectedGfni = false;
bool? ExpectedGfniV256 = false;
bool? ExpectedGfniV512 = false;
#elif AVX_INTRINSICS
Expand Down

0 comments on commit a1da8b3

Please sign in to comment.