TurboPFor: Variable simple
This commit is contained in:
@ -448,8 +448,7 @@ unsigned char *T2(VSDEC, USIZE)(unsigned char *__restrict ip, size_t n, uint_t *
|
|||||||
unsigned b = ((*ip++) >> 5)+1;
|
unsigned b = ((*ip++) >> 5)+1;
|
||||||
*op = *(unsigned long long *)ip;
|
*op = *(unsigned long long *)ip;
|
||||||
if(unlikely(b!=8))
|
if(unlikely(b!=8))
|
||||||
*op &= (1ull<<(b*8))-1;
|
*op &= (1ull<<(b*8))-1; op++; ip += b;
|
||||||
op++; ip += b;
|
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user