Registry / utility / vectorclass

vectorclass

JSON →
library2.02.00vcpkgunverified

C++ class library for using the Single Instruction Multiple Data (SIMD) instructions in modern Microprocessors

vcpkg install vectorclass
INSTALL
IMPORT
SIG · VECTORCLASS
V
vectorclass
utilitycppv2.02.00
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.

vectorclass.h
✓ #include <vectorclass.h>

Add two SIMD vectors using VectorClass

#include <vectorclass.h> #include <iostream> int main() { Vec4f a(1.0f, 2.0f, 3.0f, 4.0f); Vec4f b(5.0f, 6.0f, 7.0f, 8.0f); Vec4f c = a + b; std::cout << c[0] << std::endl; return 0; }
Debug
Known issues
gotchaHeader-only library; no linking required but compiler must support the target SIMD instruction set.
fix
Enable appropriate compiler flags (e.g., -mavx2, -msse4.1) for your target architecture.
affects: *
Upgrade
Version history
2.02.00latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources

No resource links recorded.

vectorclass — pip install vectorclass · libregistry