PR: 221931 Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D12884
8 lines
433 B
Text
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
|