Registry / utility / xsimd
library14.0.0vcpkgunverified

Modern, portable C++ wrappers for SIMD intrinsics

vcpkg install xsimd
INSTALL
IMPORT
SIG · XSIMD
X
xsimd
utilitycppv14.0.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

xsimd/xsimd.hpp
✓ #include <xsimd/xsimd.hpp>

Basic SIMD vector addition using xsimd

#include <xsimd/xsimd.hpp> #include <iostream> int main() { using batch = xsimd::batch<float, 4>; batch a = {1.0f, 2.0f, 3.0f, 4.0f}; batch b = {5.0f, 6.0f, 7.0f, 8.0f}; batch c = a + b; std::cout << c << std::endl; return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
14.0.0latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
13 hits · last 30 days
node
12
Resources

No resource links recorded.

xsimd — pip install xsimd · libregistry