Changed ev5 L1 cache latency from 2 to 3, as suggested by Bill Dorsey.
This commit is contained in:
parent
174455c38a
commit
17b91be06f
2
gnu/dist/gcc/config/alpha/alpha.c
vendored
2
gnu/dist/gcc/config/alpha/alpha.c
vendored
@ -266,7 +266,7 @@ override_options ()
|
||||
static int const cache_latency[][4] =
|
||||
{
|
||||
{ 3, 30, -1 }, /* ev4 -- Bcache is a guess */
|
||||
{ 2, 12, 38 }, /* ev5 -- Bcache from PC164 LMbench numbers */
|
||||
{ 3, 12, 38 }, /* ev5 -- Bcache from PC164 LMbench numbers */
|
||||
{ 3, 13, -1 }, /* ev6 -- Ho hum, doesn't exist yet */
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user