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 tree-optimization/50849] long long right shift not vectorized


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

vincenzo Innocente <vincenzo.innocente at cern dot ch> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |INVALID

--- Comment #2 from vincenzo Innocente <vincenzo.innocente at cern dot ch> 2011-10-24 11:55:14 UTC ---
Thanks for the fast feedback.
I used long long and for right shift gcc generates an arithmetic one.
with unsigned long long it generates psrlq.
sorry for the noise.


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