sse2neon
A C/C++ header file that converts Intel SSE intrinsics to Arm/Aarch64 NEON intrinsics.
A C/C++ header file that converts Intel SSE intrinsics to Arm/Aarch64 NEON intrinsics.
To install this package, run one of the following:
sse2neon is a translator of Intel SSE (Streaming SIMD Extensions) intrinsics to Arm NEON, shortening the time needed to get an Arm working program that then can be used to extract profiles and to identify hot paths in the code.
Summary
A C/C++ header file that converts Intel SSE intrinsics to Arm/Aarch64 NEON intrinsics.
Last Updated
Nov 24, 2023 at 21:20
License
MIT
Total Downloads
3.1K
Supported Platforms
GitHub Repository
https://github.com/DLTcollab/sse2neon/Documentation
https://github.com/DLTcollab/sse2neon/