Skip to content
Commit ed2f9dc9 authored by Noah Goldstein's avatar Noah Goldstein
Browse files

x86: Use 64MB as nt-store threshold if no cacheinfo [BZ #30429]



If `non_temporal_threshold` is below `minimum_non_temporal_threshold`,
it almost certainly means we failed to read the systems cache info.

In this case, rather than defaulting the minimum correct value, we
should default to a value that gets at least reasonable
performance. 64MB is chosen conservatively to be at the very high
end. This should never cause non-temporal stores when, if we had read
cache info, we wouldn't have otherwise.
Reviewed-by: default avatarFlorian Weimer <fweimer@redhat.com>
parent 9ffdcf5b
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment