This commit is contained in:
Александр Нам 2023-08-15 19:04:39 +00:00
parent 7f401579e0
commit 2b8592cd5b

View File

@ -107,7 +107,8 @@ void compressDataForType(const char * source, UInt32 source_size, char * dest)
{
gcd = gcd_func<T>(gcd, unalignedLoad<T>(cur_source));
}
if (gcd == T(1)) {
if (gcd == T(1))
{
break;
}
}