Bug 74361 - [NEW PORT] devel/liboil: Library of optimized inner loops
Summary: [NEW PORT] devel/liboil: Library of optimized inner loops
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Koop Mast
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-11-25 09:00 UTC by Ying-Chieh Liao
Modified: 2004-11-28 18:50 UTC (History)
0 users

See Also:


Attachments
liboil-0.2.2.shar (3.99 KB, text/plain)
2004-11-25 09:00 UTC, Ying-Chieh Liao
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Ying-Chieh Liao 2004-11-25 09:00:49 UTC
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-point 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.

WWW: http://www.schleef.org/liboil/

Generated with FreeBSD Port Tools 0.63
Comment 1 Michael Johnson 2004-11-25 09:48:29 UTC
I was looking at this library the other day and it doesn't work on 
freebsd right now even though it compiles clean. I haven't looked in to 
it much but I know it has a lot to do with float functions

Michael
Comment 2 Koop Mast freebsd_committer freebsd_triage 2004-11-25 14:40:50 UTC
Responsible Changed
From-To: freebsd-ports-bugs->kwm

grab this one
Comment 3 Koop Mast freebsd_committer freebsd_triage 2004-11-28 18:49:43 UTC
State Changed
From-To: open->closed

Committed thanks!