Closed mcroomp closed 1 year ago
The prefetch seems fine, but the streaming writes can cause trouble if they're used and then the reference is sent to another thread without a fence instruction. I think that we can only add the prefetch functions as safe functions.
Should be out now in version 0.7.1
, sorry about the delay!
Add instructions for safely doing prefetches and writing data without polluting the cache. Useful when processing large files in a single pass.