Hi I'm having trouble with understanding cache line and memory correspondence.
According to here,
"If cache lines are 64 bytes wide, then they correspond to blocks of memory which start on addresses that are divisible by 64."
Is this true?
If it is true, where I can find official document or such that explains it?
In case of cache line size, I found it from Intel® 64 and IA-32 Architectures Optimization Reference Manual.