Open
Description
Enhancement
There are some batch algorithms that use sse2, like
tiflash/dbms/src/Columns/ColumnVector.cpp
Lines 227 to 260 in 47d4c8f
Since we enable avx2 by default, we can rewrite them with avx2.
To deploy TiFlash under the Linux AMD64 architecture, the CPU must support AVX2 instruction sets. Use cat /proc/cpuinfo | grep avx2 to confirm that there is output. By using such CPU instruction sets, TiFlash's vectorization engine can deliver better performance.
https://docs.pingcap.com/tidb/dev/tiflash-overview#architecture