Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.

auto vectorization

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