forked from openkylin/vc
29 lines
899 B
Plaintext
29 lines
899 B
Plaintext
Source: vc
|
|
Section: libs
|
|
Priority: optional
|
|
Maintainer: openKylin KDE SIG <kde@lists.openkylin.top>
|
|
Uploaders: rtlhq <nobelxyz@163.com>
|
|
Build-Depends:
|
|
debhelper-compat (= 13),
|
|
cmake,
|
|
Rules-Requires-Root: no
|
|
Standards-Version: 4.6.1
|
|
Homepage: https://github.com/VcDevel/Vc
|
|
Vcs-Browser: https://gitee.com/openkylin/vc
|
|
Vcs-Git: https://gitee.com/openkylin/vc.git
|
|
|
|
Package: vc-dev
|
|
Section: libdevel
|
|
Architecture: any-amd64 any-arm any-arm64 any-i386
|
|
Depends:
|
|
${misc:Depends},
|
|
Description: C++ types for explicitly data-parallel programming
|
|
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
|