Commit 8c1e80e9 by Jan Hubicka Committed by Jan Hubicka

* i386.c (athlon_cost, k8_cost): Set BRANCH_COST to 5.

From-SVN: r88181
parent a487f59f
2004-09-27 Jan Hubicka <jh@suse.cz>
* i386.c (athlon_cost, k8_cost): Set BRANCH_COST to 5.
2004-09-27 Kazu Hirata <kazu@cs.umass.edu>
* bitmap.h: Fix a comment typo.
......
......@@ -362,7 +362,7 @@ struct processor_costs athlon_cost = {
5, /* MMX or SSE register to integer */
64, /* size of prefetch block */
6, /* number of parallel prefetches */
2, /* Branch cost */
5, /* Branch cost */
4, /* cost of FADD and FSUB insns. */
4, /* cost of FMUL instruction. */
24, /* cost of FDIV instruction. */
......@@ -406,7 +406,7 @@ struct processor_costs k8_cost = {
5, /* MMX or SSE register to integer */
64, /* size of prefetch block */
6, /* number of parallel prefetches */
2, /* Branch cost */
5, /* Branch cost */
4, /* cost of FADD and FSUB insns. */
4, /* cost of FMUL instruction. */
19, /* cost of FDIV instruction. */
......
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