TurboPFor: Variable simple

This commit is contained in:
x
2023-03-16 20:41:50 +01:00
parent 6eff58b0d5
commit 0c9bf012af

View File

@ -448,8 +448,7 @@ unsigned char *T2(VSDEC, USIZE)(unsigned char *__restrict ip, size_t n, uint_t *
unsigned b = ((*ip++) >> 5)+1;
*op = *(unsigned long long *)ip;
if(unlikely(b!=8))
*op &= (1ull<<(b*8))-1;
op++; ip += b;
*op &= (1ull<<(b*8))-1; op++; ip += b;
break;
}
#endif