This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c/33426] Support of #pragma ivdep



------- Comment #3 from rguenth at gcc dot gnu dot org  2007-09-13 21:21 -------
#pragma ivdep

Says the compiler may assume the following loop nest does not have loop carried
data dependenices.

Supported at least by SGI CC and the Intel compiler.


-- 

rguenth at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|WAITING                     |NEW
   Last reconfirmed|2007-09-13 21:12:49         |2007-09-13 21:21:05
               date|                            |


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33426


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]