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

@@ -87,6 +87,7 @@ static void INLINE blas_lock(volatile unsigned long *address){
#endif
} while (ret);
}
#define BLAS_LOCK_DEFINED
static inline unsigned long rpcc(void){
unsigned long ret;