diff --git a/bitunpack_.h b/bitunpack_.h index 4a9e8f8..b1fe932 100644 --- a/bitunpack_.h +++ b/bitunpack_.h @@ -3369,6 +3369,7 @@ BITUNPACK_F64 TEMPLATE2(_BITUNPACK_,a64)[] = { unsigned char *TEMPLATE2(_BITUNPACK_,64)( const unsigned char *__restrict in, unsigned n, uint64_t *__restrict out , unsigned b) { return TEMPLATE2(_BITUNPACK_,a64)[ b](in, n, out); } #else +#define USIZE 8 unsigned char *TEMPLATE2(_BITUNPACK_,8_0)(const unsigned char *__restrict in, unsigned n, uint8_t *__restrict out , uint8_t start ) { unsigned char *in_=in+PAD8(n*0); const uint8_t *out_ = out+n; do { BITUNPACK64_0( in, out, start); PREFETCH(in); } while(out