Skip to content

Commit 065763a

Browse files
authored
Merge pull request #1800 from fengrl/patch-1
Update common_mips64.h for the 1st loop of blas_memory_alloc
2 parents 210b03b + d4c8853 commit 065763a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common_mips64.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ static inline unsigned int rpcc(void){
9494
#define RPCC_DEFINED
9595

9696
#ifndef NO_AFFINITY
97-
#define WHEREAMI
97+
//#define WHEREAMI
9898
static inline int WhereAmI(void){
9999
int ret=0;
100100
__asm__ __volatile__(".set push \n"

0 commit comments

Comments
 (0)