Skip to content

Actually use detected cache line size

IBM power architecture has L1 cache line size equal to 128. Take advantage of that on that architecture, do not force more common value of 64. When it is possible to detect higher value, use that value instead. Keep default to 64.

Closes #3108 (closed)

Merge request reports