Constant cache_line [src]

The estimated size of the CPU's cache line when atomically updating memory. Add this much padding or align to this boundary to avoid atomically-updated memory from forcing cache invalidations on near, but non-atomic, memory. https://en.wikipedia.org/wiki/False_sharing https://github.com/golang/go/search?q=CacheLinePadSize

Type

comptime_int

Source

pub const cache_line: comptime_int = cacheLineForCpu(builtin.cpu)