freebsd-ports/devel/libsimdpp/pkg-descr
Yuri Victorovich 9686c31b30 New port: devel/libsimdpp: Header-only zero-overhead C++ wrapper of SIMD instructions
PR:		221931
Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D12884
2017-11-07 22:42:40 +00:00

8 lines
433 B
Text

libsimdpp is a portable header-only zero-overhead C++ wrapper around
single-instruction multiple-data (SIMD) intrinsics found in many compilers.
The library presents a single interface over several instruction sets in
such a way that the same source code may be compiled for different instruction
sets. The resulting object files then may be hooked into internal dynamic
dispatch mechanism.
WWW: https://github.com/p12tic/libsimdpp