# CPU_OPT_version2 **Repository Path**: msnh/CPU_OPT_version2 ## Basic Information - **Project Name**: CPU_OPT_version2 - **Description**: Vector class library, latest version - **Primary Language**: C++ - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-12-30 - **Last Updated**: 2023-12-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # version2 Vector Class Library, latest version This is a C++ class library for using the Single Instruction Multiple Data (SIMD) instructions to improve performance on modern microprocessors with the x86 or x86/64 instruction set on Windows, Linux, and Mac platforms. There are no plans to support ARM or other instruction sets. [Latest release](https://github.com/vectorclass/version2/releases) [Download manual](https://github.com/vectorclass/manual/raw/master/vcl_manual.pdf) [Add-on packages for particular applications](https://github.com/vectorclass/add-on) [Getting-started video.](https://www.youtube.com/watch?v=TKjYdLIMTrI) Video blogger Christopher Rose has made this nice video telling how to get started with the Vector Class Library. **Help:** You may ask for programming help on [StackOverflow](https://stackoverflow.com) using the tag vector-class-library.