./devel/simde, Header-only library for SIMD intrinsics

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 0.7.2, Package name: simde-0.7.2, Maintainer: bacon

The SIMDe header-only library provides fast, portable implementations of SIMD
intrinsics on hardware which doesn't natively support them, such as calling SSE
functions on ARM. There is no performance penalty if the hardware supports the
native implementation (e.g., SSE/AVX runs at full speed on x86, NEON on ARM,
etc.).


Master sites:

Filesize: 3731.6 KB

Version history: (Expand)


CVS history: (Expand)


   2023-07-09 10:28:38 by Nia Alarie | Files touched by this commit (1)
Log message:
simde: Depending packages must be built with a c99 compiler.
   2022-03-28 21:46:09 by Jason Bacon | Files touched by this commit (5)
Log message:
devel/simde: Header-only library for SIMD intrinsics

The SIMDe header-only library provides fast, portable implementations
of SIMD intrinsics on hardware which doesn't natively support them,
such as calling SSE functions on ARM. There is no performance penalty
if the hardware supports the native implementation (e.g., SSE/AVX runs
at full speed on x86, NEON on ARM, etc.).