Merge branch 'develop' of https://github.com/fengrl/OpenBLAS into develop

Conflicts:
	common.h
This commit is contained in:
fengruilin 2018-10-26 17:10:12 +08:00
commit ea252c711b
1 changed files with 0 additions and 1 deletions

View File

@ -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)