fix(query): fix error in simd.

This commit is contained in:
Haojun Liao 2023-02-21 10:31:30 +08:00
parent ec7549608c
commit 466d5fe716
1 changed files with 0 additions and 1 deletions

View File

@ -356,7 +356,6 @@ int32_t tsDecompressINTImp(const char *const input, const int32_t nelements, cha
shiftBits = _mm256_add_epi64(shiftBits, inc);
prev_value = p[_pos + 3];
// uDebug("_pos:%d %"PRId64", %"PRId64", %"PRId64", %"PRId64, _pos, p[_pos], p[_pos+1], p[_pos+2], p[_pos+3]);
_pos += 4;
}