Merge branch 'develop' of https://github.com/fengrl/OpenBLAS into develop
Conflicts: common.h
This commit is contained in:
commit
ea252c711b
1
common.h
1
common.h
|
@ -208,7 +208,6 @@ extern "C" {
|
||||||
#undef USE_PTHREAD_SPINLOCK
|
#undef USE_PTHREAD_SPINLOCK
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
#if defined(USE_PTHREAD_LOCK)
|
#if defined(USE_PTHREAD_LOCK)
|
||||||
#define LOCK_COMMAND(x) pthread_mutex_lock(x)
|
#define LOCK_COMMAND(x) pthread_mutex_lock(x)
|
||||||
#define UNLOCK_COMMAND(x) pthread_mutex_unlock(x)
|
#define UNLOCK_COMMAND(x) pthread_mutex_unlock(x)
|
||||||
|
|
Loading…
Reference in New Issue