Function Description
When applications that use Intel internal instructions are ported from the x86 architecture to the Kunpeng architecture, the instructions need to be further developed because the names and functions of Arm64 instructions are different from those of x86 instructions. Therefore, a huge porting workload is generated. In this project, common AVX instructions are encapsulated as independent modules to reduce repeated development workload. Even when AVX instructions are replaced by the corresponding Neon or AVX SIMD instructions, the instruction names and functions remain unchanged. You can import related header files to application software to call corresponding instructions.
Parent topic: AVX2KI Library Functions