Subject: CVS commit: pkgsrc/devel/simde
From: Jason Bacon
Date: 2022-03-28 21:46:09
Message id: 20220328194609.821B6FB24@cvs.NetBSD.org

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.).

Files:
RevisionActionfile
1.1addpkgsrc/devel/simde/DESCR
1.1addpkgsrc/devel/simde/Makefile
1.1addpkgsrc/devel/simde/PLIST
1.1addpkgsrc/devel/simde/buildlink3.mk
1.1addpkgsrc/devel/simde/distinfo