@@ -253,8 +253,10 @@ typedef unsigned long BLASULONG;
#ifdef USE64BITINT
typedefBLASLONGblasint;
#define blasabs(x) labs(x)
#else
typedefintblasint;
#define blasabs(x) abs(x)
#endif
#else
#ifdef USE64BITINT
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.