diff options
author | Zdenek Dvorak <rakdver@gcc.gnu.org> | 2007-03-04 16:34:31 +0000 |
---|---|---|
committer | Zdenek Dvorak <rakdver@gcc.gnu.org> | 2007-03-04 16:34:31 +0000 |
commit | 5ca09e73935c2c5a034fbe1786becc019bc44c64 (patch) | |
tree | d58b9a48015109171c744cac46a12f306c9f38d4 | |
parent | 69bd3423f6e99d77e58a973978b8573a80705f7f (diff) | |
download | gcc-5ca09e73935c2c5a034fbe1786becc019bc44c64.zip gcc-5ca09e73935c2c5a034fbe1786becc019bc44c64.tar.gz gcc-5ca09e73935c2c5a034fbe1786becc019bc44c64.tar.bz2 |
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.
From-SVN: r122529
-rw-r--r-- | gcc/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 6b5605e..aaf8321 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. |