Re: [Lcms-user] Preview of littlecms 1.16 available on site.

2006-08-31 Thread LittleCMS Support
Hi, 2nd drop of beta for incoming 1.16 is now available. It solves some small bugs found in the trial. The final release would probably be in middle september. http://www.littlecms.com/lcms-1.16b.zip http://www.littlecms.com/lcms-1.16b.tar.gz Regards Marti Maria The littleCMS project h

[Lcms-user] lcms and mmx/3dnow

2006-08-31 Thread Anders Brander
Hi, Is it safe to assume that i can wrap calls to cmsDoTransform() in MMX/3dnow code without calls to emms/femms? (I searched the archives, but didn't find anything besides some talk about using SIMD inside lcms) /Anders Brander

Re: [Lcms-user] lcms and mmx/3dnow

2006-08-31 Thread LittleCMS Support
Hi, > Is it safe to assume that i can wrap calls to cmsDoTransform() in > MMX/3dnow code without calls to emms/femms? It depends on the compiler/optimizer, as some may use SSE2, etc. by their own, for example MSVC 2005. But the code does not use any SIMD or floating point instruction inside cmsD