vc 1.3.3-4 source package in Ubuntu

Changelog

vc (1.3.3-4) unstable; urgency=medium

  * Bump Standards-version to 4.1.4, no changes needed.
  * Update Vcs-* for the qt-extras -> extras rename.

 -- Simon Quigley <email address hidden>  Sun, 03 Jun 2018 00:01:24 -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
Focal release universe libs

Downloads

File Size SHA-256 Checksum
vc_1.3.3-4.dsc 1.9 KiB bc8116ef996146e2ce219fab7b09cbcf33f4c99ea46f92e0dc9da02bdd957a59
vc_1.3.3.orig.tar.gz 763.0 KiB 08c629d2e14bfb8e4f1a10f09535e4a3c755292503c971ab46637d2986bdb4fe
vc_1.3.3-4.debian.tar.xz 4.6 KiB 43a122c75d01cea48543bf1f1961f1b9b6d1161ee8cb7d3c430fe6debdd62fdc

Available diffs

No changes file available.

Binary packages built by this source

vc-dev: 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
  - AVX-512 (in development)
  - NEON (in development)
  - NVIDIA GPUs / CUDA (in development)