Software Tuning, Performance Optimization & Platform Monitoring
Discussion regarding monitoring and software tuning methodologies, Performance Monitoring Unit (PMU) of Intel microprocessors, and platform updating.
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.

Which is fast?

GHui
Novice
440 Views

Recently, I found a things. 

The computiing "a=b*c" and "a+=b*c". In the same size, which runs fast on v3?

I complied it with "icc a.c  -xAVX  -O3".

"a+=b*c" runs faster than "a=b*c", almost 10 times performance.

0 Kudos
0 Replies
Reply