On 12/5/06, Dennis Schridde <[EMAIL PROTECTED]> wrote:
Just found this library on my system and investigated: http://liboil.freedesktop.org/wiki/ It implements several commonly used functions, mostly matrix computations and similar, in (GCC(!)) inline assemble and checks on startup which one is the fastest for the CPU it is currently running on, so that all calls to oil_* functions use the fastest implementation. Might be interesting, especially the matrix stuff, but sadly won't compile on MSVC...
I looked at it at work once, but had lots of problems getting it to compile on MacOSX. There does not seem to be many people working on it. It is an interesting approach. - Per _______________________________________________ Warzone-dev mailing list [email protected] https://mail.gna.org/listinfo/warzone-dev
