diff options
author | William Wang <William.Wang@arm.com> | 2012-06-05 01:23:11 -0400 |
---|---|---|
committer | William Wang <William.Wang@arm.com> | 2012-06-05 01:23:11 -0400 |
commit | e5f0d6016ba768c06b36d8b3d54f3ea700a4aa58 (patch) | |
tree | 1d0b7512f7eabaabbc04d3752134b61c9cd8a806 /tests/long/se/40.perlbmk | |
parent | 14539ccae19098a26a7048f475f3ffd44b711f5d (diff) | |
download | gem5-e5f0d6016ba768c06b36d8b3d54f3ea700a4aa58.tar.xz |
stats: when applying an operation to two vectors sum the components first.
Previously writing X/Y in a formula would result in:
x[0]/y[0] + x[1]/y[1]
In reality you want:
(x[0] +x[1])/(y[0] + y[1])
Diffstat (limited to 'tests/long/se/40.perlbmk')
0 files changed, 0 insertions, 0 deletions