Registry / utility / vc
library1.4.5vcpkgunverified

SIMD Vector Classes for C++

vcpkg install vc
INSTALL
IMPORT
SIG · VC
V
vc
utilitycppv1.4.5
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.

Vc/Vc
#include <Vc/Vc>

Perform SIMD vector addition

#include <Vc/Vc> int main() { Vc::float_v a = Vc::float_v::Random(); Vc::float_v b = Vc::float_v::Random(); Vc::float_v c = a + b; return 0; }
Debug
Known issues
gotchaVc requires a compiler with SIMD support (SSE, AVX, etc.)
fix
Enable appropriate compiler flags (e.g., -march=native) and ensure CPU supports required SIMD extensions
affects: *
Upgrade
Version history
1.4.5latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
8
Resources

No resource links recorded.

vc — pip install vc · libregistry