Skip to content

Commit

Permalink
fix test result
Browse files Browse the repository at this point in the history
  • Loading branch information
saucecontrol committed Nov 21, 2024
1 parent 5d5d897 commit 3e18b97
Showing 1 changed file with 1 addition and 1 deletion.
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 = false;
bool? ExpectedGfni = null;
bool? ExpectedGfniV256 = false;
bool? ExpectedGfniV512 = false;
#elif SSE42_INTRINSICS
Expand Down

0 comments on commit 3e18b97

Please sign in to comment.