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/56160] unnecessary additions in loop [x86, x86_64]


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

--- Comment #2 from Julian Taylor <jtaylor.debian at gmail dot com> 2013-01-31 10:47:54 UTC ---
these three lines is missing at the top of the attachment

#include <complex.h>
#include <pmmintrin.h>
#define UNLIKELY(x)     __builtin_expect((x),0)


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