Add read barrier definition
This commit is contained in:
parent
25e879fe92
commit
ee6b3df02c
|
@ -35,6 +35,7 @@ USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
|
|
||||||
#define MB __sync_synchronize()
|
#define MB __sync_synchronize()
|
||||||
#define WMB __sync_synchronize()
|
#define WMB __sync_synchronize()
|
||||||
|
#define RMB __sync_synchronize()
|
||||||
|
|
||||||
#define INLINE inline
|
#define INLINE inline
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue