Search found 1 match
- 2021-07-01, 15:28:08
- Forum: Agner's CPU blog
- Topic: Surprising new feature in AMD Ryzen 3000
- Replies: 11
- Views: 2503543
Re: Surprising new feature in AMD Ryzen 3000
Could this effectively be used by the compiler to force the cpu to ensure an address is in cache by the time a final store comes about? For example; if you intentionally use the destination address as temporary storage (even if unnecessary), does it begin fetching the address on first reference, or ...