Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vectorclass/version2
Vector class library, latest version
https://github.com/vectorclass/version2
Last synced: 7 days ago
JSON representation
Vector class library, latest version
- Host: GitHub
- URL: https://github.com/vectorclass/version2
- Owner: vectorclass
- License: apache-2.0
- Created: 2019-08-01T10:25:51.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-02-01T14:08:19.000Z (12 months ago)
- Last Synced: 2025-01-12T10:03:39.775Z (14 days ago)
- Language: C++
- Size: 930 KB
- Stars: 1,328
- Watchers: 52
- Forks: 148
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Changelog: changelog.txt
- License: LICENSE
Awesome Lists containing this project
- AwesomeCppGameDev - version2
README
# version2
Vector Class Library, latest versionThis 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.