From 5ca09e73935c2c5a034fbe1786becc019bc44c64 Mon Sep 17 00:00:00 2001 From: Zdenek Dvorak Date: Sun, 4 Mar 2007 16:34:31 +0000 Subject: [PATCH] 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 --- gcc/ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) 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 * expr.c (emit_move_complex_push): Export. -- 2.30.2