[x265] [PATCH 0/6] AArch64: Run-time CPU Feature Detection
    Hari Limaye 
    hari.limaye at arm.com
       
    Thu Oct 24 23:26:03 UTC 2024
    
    
  
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
    
    
More information about the x265-devel
mailing list