vc 1.4.2-2 source package in Ubuntu

Changelog

vc (1.4.2-2) unstable; urgency=medium

  * Upload to unstable

 -- Stephan Lachnit <email address hidden>  Wed, 13 Oct 2021 14:08:56 +0200

Upload details

Uploaded by:
Debian Science Team
Uploaded to:
Sid
Original maintainer:
Debian Science Team
Architectures:
any-amd64 any-arm any-arm64 any-i386
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Jammy release universe libs

Downloads

File Size SHA-256 Checksum
vc_1.4.2-2.dsc 1.9 KiB 061ebd1fa78ed47d654cf5ca265f714dea6c41bcccf34535d22dda7d45697553
vc_1.4.2.orig.tar.gz 624.7 KiB 50d3f151e40b0718666935aa71d299d6370fafa67411f0a9e249fbce3e6e3952
vc_1.4.2-2.debian.tar.xz 4.2 KiB 5898502c4e153f6cfc266c1ff02f5db45cb8e8541e4f0c752a51ca30560fe4e7

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)