]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
2018-11-13 Sandra Loosemore <sandra@codesourcery.com>
authorsandra <sandra@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 13 Nov 2018 03:40:53 +0000 (03:40 +0000)
committersandra <sandra@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 13 Nov 2018 03:40:53 +0000 (03:40 +0000)
PR middle-end/59634

gcc/
* doc/invoke.texi (Optimize Options): Clarify that the
l1-cache-line-size, l1-cache-size, and l2-cache-size parameters
apply to data cache size.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@266048 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/doc/invoke.texi

index 1894e16e4db435b5ab68e0c8fbad7296964c6e07..34b0726d35658ddcce89e9fa999379bb9fc12a49 100644 (file)
@@ -1,3 +1,10 @@
+2018-11-13  Sandra Loosemore  <sandra@codesourcery.com>
+
+       PR middle-end/59634
+       * doc/invoke.texi (Optimize Options): Clarify that the
+       l1-cache-line-size, l1-cache-size, and l2-cache-size parameters
+       apply to data cache size.
+
 2018-11-13  Alan Modra  <amodra@gmail.com>
 
        * config/rs6000/predicates.md (logical_const_operand),
index 75e9556f092d1c924f6f1d4c06fa86a793b7f4fb..ce7d97b48e71dbdc9dc7c03a880015036eb1be01 100644 (file)
@@ -11164,13 +11164,13 @@ streams being prefetched (see @option{simultaneous-prefetches}).
 Maximum number of prefetches that can run at the same time.
 
 @item l1-cache-line-size
-The size of cache line in L1 cache, in bytes.
+The size of cache line in L1 data cache, in bytes.
 
 @item l1-cache-size
-The size of L1 cache, in kilobytes.
+The size of L1 data cache, in kilobytes.
 
 @item l2-cache-size
-The size of L2 cache, in kilobytes.
+The size of L2 data cache, in kilobytes.
 
 @item prefetch-dynamic-strides
 Whether the loop array prefetch pass should issue software prefetch hints