GitLab CI | Travis CI |
---|---|
VecCore is an open source SIMD abstraction library. It provides an architecture independent API for expressing vector operations on data.
VecCore was originally developed as part of the VecGeom library, to enable portable SIMD programming in both VecGeom and GeantV projects.
VecCore is now under the umbrella of the ROOT project on GitHub, and is available at
VecCore supports Linux and Mac OS X. To compile software using the VecCore library, you need a compiler with support for C++11. We recommend using at least the following compiler versions:
- GCC 5.3.0
- Clang 3.8.0
- AppleClang 7.3.0
- Intel® C/C++ Compiler 16.0.2
Additionally, you will need CMake 3.6 or later, and you may want to install a SIMD library such as
and/or
- Nvidia's CUDA SDK (version 7.5 or later).
For support and other questions, please contact Guilherme Amadio at [email protected].