Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37512565
en ru br
ALT Linux repos
S:1.21.0-alt1

Group :: Development/C
RPM: ispc

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Current version: 1.21.0-alt1
Build date: 11 september 2023, 09:25 ( 32.4 weeks ago )
Size: 13.10 Mb

Home page:   https://ispc.github.io/

License: BSD-3-Clause
Summary: Intel Implicit SPMD Program Compiler
Description:

ispc is a compiler for a variant of the C programming language, with
extensions for "single program, multiple data" (SPMD) 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 compiles a C-based SPMD programming language to run on the SIMD units of
CPUs and the Intel Xeon Phi architecture; it frequently provides a 3x or more
speedup on CPUs with 4-wide vector SSE units and 5x-6x on CPUs with 8-wide AVX
vector units, without any of the difficulty of writing intrinsics code.
Parallelization across multiple cores is also supported by ispc, making it
possible to write programs that achieve performance improvement that scales by
both number of cores and vector unit size.

Current maintainer: L.A. Kostis

List of contributors

List of rpms provided by this srpm:

    ACL:
       
      design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
      current maintainer: Michael Shigorin