summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordwarak <dwarak@138bc75d-0d04-0410-961f-82ee72b054a4>2007-05-01 15:29:10 +0000
committerdwarak <dwarak@138bc75d-0d04-0410-961f-82ee72b054a4>2007-05-01 15:29:10 +0000
commitb3ed496e109ced314a0949acaf9b0c877d28f83e (patch)
tree8c7cab1d2e1dba3dbf1c2ef0f0e9eb09b7c4c240
parentd92f9312dfdf41e819df592007133059841779cb (diff)
downloadppe42-gcc-b3ed496e109ced314a0949acaf9b0c877d28f83e.tar.gz
ppe42-gcc-b3ed496e109ced314a0949acaf9b0c877d28f83e.zip
* config/i386/i386.c (override_options): Tuning 32-byte loop
alignment for amdfam10 architecture. Increasing the max loop alignment padding to 24 bytes. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@124330 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r--gcc/config/i386/i386.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/i386/i386.c b/gcc/config/i386/i386.c
index 51f46edc1ae..70a41dd5a12 100644
--- a/gcc/config/i386/i386.c
+++ b/gcc/config/i386/i386.c
@@ -1651,7 +1651,7 @@ override_options (void)
{&core2_cost, 0, 0, 16, 7, 16, 7, 16},
{&generic32_cost, 0, 0, 16, 7, 16, 7, 16},
{&generic64_cost, 0, 0, 16, 7, 16, 7, 16},
- {&amdfam10_cost, 0, 0, 32, 7, 32, 7, 32}
+ {&amdfam10_cost, 0, 0, 32, 24, 32, 7, 32}
};
static const char * const cpu_names[] = TARGET_CPU_DEFAULT_NAMES;
OpenPOWER on IntegriCloud