pub fn prefetchw(addr: *const u8)Expand description
Write-intent prefetch of the cache line containing addr.
Call immediately before a compare_exchange / fetch_* on a
line another core probably owns: the line arrives in Modified
state instead of being upgraded mid-RMW.