TDengine/source/libs/function
Jinqing Kuang 647066c4f9 enh(query)[TD-32652]: enable AVX implementation with CPU dispatching
Extract AVX implementation of specific functions into separate files.
The CPU dispatching mechanism will now check the machine's instruction
set at runtime to determine whether to use the AVX implementation or
fallback to the naive version.

This enhancement improves performance on most machines while ensuring
compatibility with older hardwares.
2024-11-01 12:44:59 +08:00
..
inc enh(query)[TD-32652]: enable AVX implementation with CPU dispatching 2024-11-01 12:44:59 +08:00
src enh(query)[TD-32652]: enable AVX implementation with CPU dispatching 2024-11-01 12:44:59 +08:00
test other: merge 3.0 2024-07-28 23:53:52 +08:00
CMakeLists.txt enh(query)[TD-32652]: enable AVX implementation with CPU dispatching 2024-11-01 12:44:59 +08:00