Add read barrier definition

This commit is contained in:
Martin Kroeker 2020-04-13 12:09:24 +02:00 committed by GitHub
parent 20d0cb2f65
commit d1d69e1b9a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -43,6 +43,7 @@
#define MB asm("mb")
#define WMB asm("wmb")
#define RMB asm("rmb")
static void __inline blas_lock(unsigned long *address){
#ifndef __DECC