Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37501262
en ru br
ALT Linux repos
S:0.3.17-alt1.qa2
5.0: 0.3.15-alt2
4.1: 0.3.14-alt1
4.0: 0.3.10-alt2
3.0: 0.3.2-alt1

Group :: System/Libraries
RPM: liboil

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Current version: 0.3.17-alt1.qa2
Build date: 26 november 2021, 08:00 ( 125.8 weeks ago )
Size: 242.44 Kb

Home page:   http://liboil.freedesktop.org

License: BSD-style
Summary: Library of Optimized Inner Loops
Description:

Liboil is a library of simple functions that are optimized for
various CPUs.  These functions are generally loops implementing simple
algorithms, such as converting an array of N integers to floating-poing
numbers or multiplying and summing an array of N numbers.  Clearly such
functions are candidates for significant optimization using various
techniques, especially by using extended instructions provided by
modern CPUs (Altivec, MMX, SSE, etc.).

Many multimedia applications and libraries already do similar things
internally.  The goal of this project is to consolidate some of the code
used by various multimedia projects, and also make optimizations easier
to use by a broad range of applications.

Current maintainer: Dmitry V. Levin

List of contributors

List of rpms provided by this srpm:

  • liboil
  • liboil-debuginfo
  • liboil-devel
  • liboil-devel-debuginfo
  • liboil-devel-doc
  • liboil-examples
ACL:
     
    design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
    current maintainer: Michael Shigorin