On Fri, 28 Nov 2008 18:30:57 +0700 Andi Jahja <[EMAIL PROTECTED]> wrote:
> To the best of my knowledge, up to now only GCC and Intel C which already > have an auto vectorization (a loop optimization, pls search Google, you'll > be interested) The followings are "REMARKs" issued by Intel C on xHarbour Engine: C:\DEV\source\vm\hvm.c(6010): (col. 10) remark: PARTIAL LOOP WAS VECTORIZED. C:\DEV\source\vm\hvm.c(5903): (col. 10) remark: PARTIAL LOOP WAS VECTORIZED. C:\DEV\source\vm\hvm.c(5795): (col. 10) remark: PARTIAL LOOP WAS VECTORIZED. It is a message that an auto-vectorization is done. Perhaps, those who are more familiar with optimization could review the said lines and make a modification for other compilers. There are many other places where vectorization may be done. -- Andi ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ xHarbour-developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/xharbour-developers

