Change Atom align_loops_max_skip to 15.
2011-10-20 Sergey Ostanevich <sergos.gnu@gmail.com> PR target/50572 * config/i386/i386.c (processor_target_table): Change Atom align_loops_max_skip to 15. From-SVN: r180268
This commit is contained in:
parent
76187e874a
commit
74acb076e9
@ -1,3 +1,9 @@
|
||||
2011-10-20 Sergey Ostanevich <sergos.gnu@gmail.com>
|
||||
|
||||
PR target/50572
|
||||
* config/i386/i386.c (processor_target_table): Change Atom
|
||||
align_loops_max_skip to 15.
|
||||
|
||||
2011-10-20 Richard Henderson <rth@redhat.com>
|
||||
|
||||
* target.def (builtin_vec_perm): Remove.
|
||||
|
@ -2595,7 +2595,7 @@ static const struct ptt processor_target_table[PROCESSOR_max] =
|
||||
{&bdver1_cost, 32, 24, 32, 7, 32},
|
||||
{&bdver2_cost, 32, 24, 32, 7, 32},
|
||||
{&btver1_cost, 32, 24, 32, 7, 32},
|
||||
{&atom_cost, 16, 7, 16, 7, 16}
|
||||
{&atom_cost, 16, 15, 16, 7, 16}
|
||||
};
|
||||
|
||||
static const char *const cpu_names[TARGET_CPU_DEFAULT_max] =
|
||||
|
Loading…
Reference in New Issue
Block a user