2018-11-13 Sandra Loosemore <sandra@codesourcery.com>
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.
From-SVN: r266048
+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),
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