SI
SI
discoversearch

We've detected that you're using an ad content blocking browser plug-in or feature. Ads provide a critical source of revenue to the continued operation of Silicon Investor.  We ask that you disable ad blocking while on Silicon Investor in the best interests of our community.  If you are not using an ad blocker but are still receiving this message, make sure your browser's tracking protection is set to the 'standard' level.
Technology Stocks : Intel Corporation (INTC) -- Ignore unavailable to you. Want to Upgrade?


To: kapkan4u who wrote (85268)7/12/1999 1:22:00 PM
From: Saturn V  Read Replies (1) | Respond to of 186894
 
<The latest Intel compiler ia32 4.0 DOES NOT generate prefetch SSE instructions. It DOES NOT have a vectorizing ability to combine four floating-point instructions into a single SSE instruction.>

I have not tried out VTune 4.0 myself.Please read the link.

developer.intel.com

This clearly shows that the compiler does generate vector instructions and generate prefetch instructions.

However this does not appear to be automatic and does require recoding by the programmer to use new intrinsic functions. In any case this is happening at the compiler level and does not require Assembly Language Coding, which makes the recoding task much simpler than for 3DNOW.