This is the mail archive of the gcc@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]

Re: FYI: gcc2.95* -O3 performance (ILP tests)


>    const int size=1200;  // divides by 2 and 3 -- for easier unrolling
>    const int repeat=1024*1000;
Try:
#define size (1200)
#define repeat (1024*1000)


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