sse2neon

Translate Intel SSE intrinsics to ARM NEON implementation

brewmacoslinux
Try with needOr install directly
Source

About

Translator from Intel SSE intrinsics to Arm/Aarch64 NEON implementation

Commands

sse2neon

Examples

Convert SSE intrinsics in a C/C++ file to NEON equivalents$ sse2neon input.c -o output.c
View help documentation and available options$ sse2neon --help
Process multiple SSE source files for ARM NEON compatibility$ sse2neon file1.cpp file2.cpp -o converted/