Overview of the Vector Class Library (VCL)
masterThe Vector Class Library (VCL) is a C++ class library designed to leverage Single Instruction Multiple Data (SIMD) instructions. It improves performance on modern microprocessors using the x86 or x86/64 instruction sets.
Supported Platforms:
- Windows
- Linux
- Mac
Note: There are currently no plans to support ARM or other instruction sets.