提交 cc2fb667 编写于 作者: H Haojun Liao

fix(query): disable AVX2 when cpu instructions do not support it.

上级 61be1fdc
......@@ -228,7 +228,7 @@ int32_t tsCompressINTImp(const char *const input, const int32_t nelements, char
}
int32_t tsDecompressINTImp(const char *const input, const int32_t nelements, char *const output, const char type) {
#if 1
#if __AVX2__
int32_t word_length = 0;
switch (type) {
case TSDB_DATA_TYPE_BIGINT:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册