Registry / other / sse2neon

sse2neon

JSON →
library1.9.1vcpkgunverified

A translator from Intel SSE intrinsics to Arm/Aarch64 NEON implementation

vcpkg install sse2neon
INSTALL
IMPORT
SIG · SSE2NEON
S
sse2neon
othercppv1.9.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

sse2neon.h
#include <sse2neon.h>

Use SSE intrinsics on ARM via sse2neon

#include <sse2neon.h> int main() { __m128 a = _mm_set_ps(1.0f, 2.0f, 3.0f, 4.0f); __m128 b = _mm_set_ps(4.0f, 3.0f, 2.0f, 1.0f); __m128 c = _mm_add_ps(a, b); return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.9.1latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
9 hits · last 30 days
node
8
Resources

No resource links recorded.

sse2neon — pip install sse2neon · libregistry