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 have moved to the Altera Community. Existing Intel Community members can sign in with their current credentials.

auto vectorization

manoel
Beginner
470 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
470 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