ispc 1.21.0-1 source package in Ubuntu

Changelog

ispc (1.21.0-1) unstable; urgency=medium

  * Initial Release, based on Yangfl work (closes: #956816)
  * Add autopkgtests for ispc compiler

 -- Francois Mazen <email address hidden>  Thu, 12 Oct 2023 22:25:29 +0200

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

Downloads

File Size SHA-256 Checksum
ispc_1.21.0-1.dsc 2.0 KiB bfaf67b7201d548de6e80a0b2078a56123daa887697d7212d9d03950ce68ce88
ispc_1.21.0.orig.tar.gz 18.7 MiB 023782f721bfb5893bac24bc2153a8214c916be82c290bf63a3ec6678949b5ef
ispc_1.21.0-1.debian.tar.xz 6.8 KiB da593f97b03a31140c2936a2015db7a1bbb7e76c163cdc9d4b8e390e9e95bc8f

No changes file available.

Binary packages built by this source

ispc: Intel Implicit SPMD Program Compiler

 ispc is a compiler for a variant of the C programming language, with extensions
 for single program, multiple data programming. Under the SPMD model, the
 programmer writes a program that generally appears to be a regular serial
 program, though the execution model is actually that a number of program
 instances execute in parallel on the hardware.

ispc-dbgsym: debug symbols for ispc