mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 23:21:59 +00:00
Merge branch 'simdjson-update' of github.com:yandex/ClickHouse into simdjson-update
This commit is contained in:
commit
72c0892246
@ -64,7 +64,7 @@ public:
|
||||
{
|
||||
/// Choose JSONParser.
|
||||
#if USE_SIMDJSON
|
||||
if (context.getSettings().allow_simdjson && Cpu::CpuFlagsCache::have_SSE42 && Cpu::CpuFlagsCache::have_PCLMUL)
|
||||
if (context.getSettings().allow_simdjson && Cpu::CpuFlagsCache::have_AVX2)
|
||||
{
|
||||
Executor<SimdJSONParser>::run(block, arguments, result_pos, input_rows_count);
|
||||
return;
|
||||
|
Loading…
Reference in New Issue
Block a user