vc 1.3.3-3 source package in Ubuntu

Changelog

vc (1.3.3-3) unstable; urgency=medium

  * Use wildcard architectures instead of explicitly defining each
    architecture, thanks to Pino Toscano for the patch (Closes: #892600).
  * Move to the Qt Extras umbrella (under the Qt/KDE Team). As such:
    - Rename Vcs-* to reflect the repository relocation.
    - Set the Qt/KDE Team as the maintainer with myself as the only
      comaintainer (other comaintainers are absolutely welcome!).

 -- Simon Quigley <email address hidden>  Thu, 15 Mar 2018 20:31:52 -0500

Upload details

Uploaded by:
Debian Qt/KDE Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Qt/KDE Maintainers
Architectures:
any-amd64 any-arm any-arm64 any-i386
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Bionic release universe libs

Downloads

File Size SHA-256 Checksum
vc_1.3.3-3.dsc 1.9 KiB 81da4d0bf7702734dbbcec3bc5fc7d9be3d6d64c5341cbc87ab8a8ac1e05edd0
vc_1.3.3.orig.tar.gz 763.0 KiB 08c629d2e14bfb8e4f1a10f09535e4a3c755292503c971ab46637d2986bdb4fe
vc_1.3.3-3.debian.tar.xz 4.6 KiB fcf2f8e70a74f0322e15419eb4a8b65d5f4fc3b87158a1eb009c47cc165f4910

Available diffs

No changes file available.

Binary packages built by this source

vc-dev: 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)