Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
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.

auto vectorization

manoel
Beginner
430 Views
1. IFort vectorizes only inner loops.
2. IFort does not vectorize low trip loops (2 steps)
Can I conclude that small (2x2) matrix operations (sum, multiply) will not be auto-vectorized althoug there are sse instructions to perform similar operations ?
0 Kudos
1 Reply
Intel_C_Intel
Employee
430 Views

I posted a reply in the Windows thread:

http://softwareforums.intel.com/ids/board/message?board.id=5&message.id=18076

(no need to cross-post such questions)

0 Kudos
Reply