我要评分
获取效率
正确性
完整性
易理解

Library 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 SIMD instructions, the instruction names and functions remain unchanged. You can import related header files to application software to call corresponding instructions.