Hmm, does someone who knows more about the renderer think this would
help out Inkscape? Seems better than the MMX flag.
--Ted
-------- Forwarded Message --------
> From: David Schleef <ds@...>
> To: gnome-multimedia@...
> Subject: Announcing liboil-0.3.0 - Library of Optimized Inner Loops
> Date: Wed, 12 Jan 2005 15:06:35 -0800
> Announcing liboil-0.3.0 - Library of Optimized Inner Loops
>=20
> 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. Such functions are candidates for significant
> optimization using various techniques, especially by using extended
> instructions provided by modern CPUs (Altivec, MMX, SSE, etc.).
>=20
> This release represents a significant milestone in the liboil
> project. The sections of the ABI that are most interesting to
> developers are now considered to be stable, and will be stable
> throughout the 0.3.x and 0.4.x series.
>=20
> As of this release, I'm actively encouraging other open-source
> projects to begin using liboil. I'm happy to do much of work
> converting projects to use liboil, and especially, adding function
> classes and implementations to liboil that may be needed.
>=20
>=20
> Web Page: http://www.schleef.org/liboil/
>=20
> Liboil's license is Two-clause BSD.
>=20
>=20
>=20
> dave...
|