veccore 0.8.0+ds1-2 source package in Ubuntu

Changelog

veccore (0.8.0+ds1-2) unstable; urgency=medium

  * Update standards version to 4.6.1, no changes needed
  * Fix watch file due to GitHub changes

 -- Stephan Lachnit <email address hidden>  Wed, 09 Nov 2022 22:06:58 +0100

Upload details

Uploaded by:
Debian Science Team
Uploaded to:
Sid
Original maintainer:
Debian Science Team
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release universe misc
Lunar release universe misc

Downloads

File Size SHA-256 Checksum
veccore_0.8.0+ds1-2.dsc 1.9 KiB 56f9db8b2b93c1a1491c2800d5b102cfa27bc3efb7ef492fa49bdd23cc62363e
veccore_0.8.0+ds1.orig.tar.xz 12.9 MiB d3db576ef8b894a5ead889fe36f2cb577ed0fb2ed0dcded75cb8bd2cb91e12f3
veccore_0.8.0+ds1-2.debian.tar.xz 2.2 KiB fb8f6451fefa2b716cde7d50a2179bc1ba0303637cc3c2dd89d323d8e8539486

Available diffs

No changes file available.

Binary packages built by this source

veccore-dev: simple abstraction layer on top of other vectorization libraries

 It provides an architecture-independent API for expressing vector operations
 on data. Code written with this API can then be dispatched to one of several
 backends like Vc, or a scalar implementation. This allows one to get the best
 performance on platforms supported by Vc without losing portability to
 unsupported architectures like ARM and PowerPC, for example, where the scalar
 backend can be used instead without requiring changes in user code.