Hi, This patch series adds run-time CPU feature detection for AArch64 ISA extensions on Linux, Apple Silicon and Windows platforms.
We've benchmarked with vs. without RTFD and observed no performance penalty with RTFD. The series is based on the Release_4.1 branch. Many thanks, Hari Hari Limaye (5): AArch64: Add run-time CPU feature detection Add Apple Silicon run-time CPU feature detection AArch64: Add Windows run-time CPU feature detection AArch64: Comply with ENABLE_PIC option when compiling CMake: Statically link libstdc++ when STATIC_LINK_CRT=ON Jonathan Wright (1): AArch64: Refactor ISA feature detection macros build/README.txt | 50 +++++--- source/CMakeLists.txt | 216 +++++++++++++++++++++-------------- source/common/CMakeLists.txt | 18 ++- source/common/aarch64/cpu.h | 211 ++++++++++++++++++++++++++++++++++ source/common/cpu.cpp | 19 +-- source/common/param.cpp | 2 + source/test/testbench.cpp | 6 + 7 files changed, 396 insertions(+), 126 deletions(-) create mode 100644 source/common/aarch64/cpu.h -- 2.42.1 _______________________________________________ x265-devel mailing list x265-devel@videolan.org https://mailman.videolan.org/listinfo/x265-devel