Replace XOR with subtraction for readability

This commit is contained in:
Elliot Gorokhovsky
2022-02-16 16:49:42 -05:00
parent 856c7dc51d
commit 71d9dab76f
2 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -3375,7 +3375,7 @@ static int basicUnitTests(U32 const seed, double compressibility)
}
DISPLAYLEVEL(3, "OK \n");
DISPLAYLEVEL(3, "test%3i : testing bitwise instrinsics PR#3045: ", testNb++);
DISPLAYLEVEL(3, "test%3i : testing bitwise intrinsics PR#3045: ", testNb++);
{
U32 seed_copy = seed; // need non-const seed to avoid compiler warning for FUZ_rand(&seed)
U32 rand32 = FUZ_rand(&seed_copy);