Source: vc Priority: optional Maintainer: Debian Qt/KDE Maintainers Uploaders: Simon Quigley Build-Depends: cmake, debhelper (>= 11) Standards-Version: 4.1.4 Section: libs Homepage: https://github.com/VcDevel/Vc Vcs-Browser: https://salsa.debian.org/qt-kde-team/extras/vc Vcs-Git: https://salsa.debian.org/qt-kde-team/extras/vc.git Package: vc-dev Section: libdevel Architecture: any-amd64 any-arm any-arm64 any-i386 Depends: ${misc:Depends}, ${shlibs:Depends} Description: Library to ease explicit vectorization of C++ code Vc is a free software library to ease explicit vectorization of C++ code. It has an intuitive API and provides portability between different compilers and compiler versions as well as portability between different vector instruction sets. Thus an application written with Vc can be compiled for: - AVX and AVX2 - SSE2 up to SSE4.2 or SSE4a - Scalar - MIC - AVX-512 (in development) - NEON (in development) - NVIDIA GPUs / CUDA (in development)