Searched hist:8946 (Results 1 - 25 of 25) sorted by relevance
/gem5/configs/learning_gem5/ | ||
H A D | README | diff 12579:b5385b9f9d3c Fri Mar 09 17:39:00 EST 2018 Jason Lowe-Power <jason@lowepower.com> learning_gem5: Update README for Learning gem5 Change-Id: I94485e401bc77207cab68c1e24ef7a6ed83bd43d Signed-off-by: Jason Lowe-Power <jason@lowepower.com> Reviewed-on: https://gem5-review.googlesource.com/8946 Reviewed-by: Daniel Carvalho <odanrc@yahoo.com.br> |
/gem5/src/arch/power/isa/ | ||
H A D | includes.isa | diff 8946:fb6c89334b86 Sat Apr 14 05:43:00 EDT 2012 Andreas Hansson <andreas.hansson@arm.com> clang/gcc: Fix compilation issues with clang 3.0 and gcc 4.6 This patch addresses a number of minor issues that cause problems when compiling with clang >= 3.0 and gcc >= 4.6. Most importantly, it avoids using the deprecated ext/hash_map and instead uses unordered_map (and similarly so for the hash_set). To make use of the new STL containers, g++ and clang ha |