blob: 172f285e57079f17ca2c2bd5a4588bd75de6595f (
plain) (
blame)
1
2
3
4
5
6
|
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.
|