Commit 1700c2e7 by DJ Delorie Committed by DJ Delorie

mep.h (CC1_SPEC): Tweak parameters to trigger unrolling at the right iteration count.

* config/mep/mep.h (CC1_SPEC): Tweak parameters to trigger
unrolling at the right iteration count.

From-SVN: r149614
parent a46f0964
2009-07-13 DJ Delorie <dj@redhat.com>
* config/mep/mep.h (CC1_SPEC): Tweak parameters to trigger
unrolling at the right iteration count.
* config/mep/mep.c (mep_expand_prologue): Fix frame pointer
calculations.
......
......@@ -43,8 +43,8 @@ along with GCC; see the file COPYING3. If not see
#undef CC1_SPEC
#define CC1_SPEC "%{!mlibrary:%(config_cc_spec)} \
%{!.cc:%{O2:%{!funroll*:--param max-completely-peeled-insns=10 \
--param max-unrolled-insns=10 -funroll-loops}}}"
%{!.cc:%{O2:%{!funroll*:--param max-completely-peeled-insns=6 \
--param max-unrolled-insns=6 -funroll-loops}}}"
#undef CC1PLUS_SPEC
#define CC1PLUS_SPEC "%{!mlibrary:%(config_cc_spec)}"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment