-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
When access memory / registers (virtual address) it would be nice if the driver classes applied a memory barrier.
This features should have the option to be disabled as it will add an overhead and is probably not required in most cases.
This can be done using "__sync_synchronize();" before and after reads / writes. However it should probably be wrapped up in a platform class or function.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels