add fallback blas_lock implementation

to be used on armv5 and new platforms
This commit is contained in:
Grazvydas Ignotas
2015-08-16 18:10:34 +02:00
parent f2ac1a5cee
commit 6b92204a7c
10 changed files with 27 additions and 0 deletions

View File

@@ -69,6 +69,7 @@ static void __inline blas_lock(volatile BLASULONG *address){
} while (ret);
}
#define BLAS_LOCK_DEFINED
static inline int blas_quickdivide(blasint x, blasint y){