comparisonOfBoolWithBoolError

This commit is contained in:
gtsoul-tech
2024-04-23 14:48:12 +03:00
parent 7d16877b24
commit bda8cc78db

View File

@@ -321,7 +321,7 @@ struct DAccelScheme {
bool cd_a = buildDvermMask(a.double_byte);
bool cd_b = buildDvermMask(b.double_byte);
if (cd_a != cd_b) {
return cd_a > cd_b;
return cd_a;
}
}