Commit 0dd7ebb3 by Dwarakanath Rajagopal

i386.c (override_options): Tuning 32-byte loop alignment for amdfam10 architecture.


        * config/i386/i386.c (override_options): Tuning 32-byte loop
        alignment for amdfam10 architecture. Increasing the max loop
        alignment padding to 24 bytes.

From-SVN: r124330
parent ae2cf11b
......@@ -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;
......
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