1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-18 00:10:04 +00:00
freebsd-ports/devel/sse2neon/pkg-descr
Robert Clausecker 064036198c devel/sse2neon: SSE to NEON compatibility shim
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. The header file sse2neon.h contains several of the
functions provided by Intel intrinsic headers such as <xmmintrin.h>,
only implemented with NEON-based counterparts to produce the exact
semantics of the intrinsics.

WWW: https://github.com/DLTcollab/sse2neon
2024-10-21 11:36:00 +02:00

8 lines
444 B
Plaintext

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. The header file sse2neon.h contains several of the
functions provided by Intel intrinsic headers such as <xmmintrin.h>,
only implemented with NEON-based counterparts to produce the exact
semantics of the intrinsics.