Add read barrier definition

This commit is contained in:
Martin Kroeker
2020-04-13 12:14:06 +02:00
committed by GitHub
parent 25e879fe92
commit ee6b3df02c

View File

@@ -35,6 +35,7 @@ USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#define MB __sync_synchronize()
#define WMB __sync_synchronize()
#define RMB __sync_synchronize()
#define INLINE inline