diff options
| author | rakdver <rakdver@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-03-04 16:34:31 +0000 |
|---|---|---|
| committer | rakdver <rakdver@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-03-04 16:34:31 +0000 |
| commit | e3ca9bbbf135da9f90205886697356d479410fc0 (patch) | |
| tree | d58b9a48015109171c744cac46a12f306c9f38d4 | |
| parent | 5e22b9e09488c5090fe85da4769769e7c7f15623 (diff) | |
| download | ppe42-gcc-e3ca9bbbf135da9f90205886697356d479410fc0.tar.gz ppe42-gcc-e3ca9bbbf135da9f90205886697356d479410fc0.zip | |
Add missing changelog entry:
* config/i386/driver-i386.c (describe_cache, detect_caches_amd,
decode_caches_intel, detect_caches_intel): New functions.
(host_detect_local_cpu): Use detect_caches_amd and
detect_caches_intel.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@122529 138bc75d-0d04-0410-961f-82ee72b054a4
| -rw-r--r-- | gcc/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 6b5605ec64a..aaf8321174e 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -218,6 +218,11 @@ (loop_prefetch_arrays): Do not prefetch in loops that iterate less than prefetch latency. + * config/i386/driver-i386.c (describe_cache, detect_caches_amd, + decode_caches_intel, detect_caches_intel): New functions. + (host_detect_local_cpu): Use detect_caches_amd and + detect_caches_intel. + 2007-03-01 Richard Henderson <rth@redhat.com> * expr.c (emit_move_complex_push): Export. |

