sse2neon

v 0.0.0 Updated: 2 years, 11 months ago

library for translating Intel SSE intrinsics to ARM Neon intrinsics

sse2neon is a C/C++ header file that translates Intel SSE (Streaming SIMD Extensions) intrinsics to ARM Neon intrinsics. This allows code that uses SSE intrinsics to compile and run on ARM processors without needing to rewrite the code to directly use Neon intrinsics. If you need to translate more advanced Intel intrinsics (such as AVX) to ARM intrinsics, then please consider using SIMDe (SIMD everywhere) instead of sse2neon.

https://github.com/DLTcollab/sse2neon

To install sse2neon, paste this in macOS terminal after installing MacPorts

sudo port install sse2neon

Add to my watchlist

Installations 0
Requested Installations 0