diff options
author | Wilco Dijkstra <wdijkstr@arm.com> | 2017-05-04 17:52:03 +0000 |
---|---|---|
committer | Wilco Dijkstra <wilco@gcc.gnu.org> | 2017-05-04 17:52:03 +0000 |
commit | 3b4c0f7e1e162db6c6ad22a6ffd1fc626fa9eb37 (patch) | |
tree | b436f596ecfbae19b7a00b5f1931f5c786dcaa8d /gcc/builtins.c | |
parent | 9779b2e87c038303a8f44d3f22672bd1703442fc (diff) | |
download | gcc-3b4c0f7e1e162db6c6ad22a6ffd1fc626fa9eb37.zip gcc-3b4c0f7e1e162db6c6ad22a6ffd1fc626fa9eb37.tar.gz gcc-3b4c0f7e1e162db6c6ad22a6ffd1fc626fa9eb37.tar.bz2 |
Many supported cores use the AUTOPREFETCHER_WEAK setting which tries to order...
Many supported cores use the AUTOPREFETCHER_WEAK setting which tries
to order loads and stores to improve streaming performance. Since significant
gains were reported in http://patchwork.ozlabs.org/patch/534469/ it seems
like a good idea to enable this setting too for -mcpu=generic. Since the
weak model only keeps the order if it doesn't make the schedule worse, it
should not impact performance adversely on cores that don't show a gain.
gcc/
* config/aarch64/aarch64.c (generic_tunings): Update prefetch model.
From-SVN: r247610
Diffstat (limited to 'gcc/builtins.c')
0 files changed, 0 insertions, 0 deletions