We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6cc5c83 commit e3a09c9Copy full SHA for e3a09c9
lib/node_modules/@stdlib/blas/base/shared/include/stdlib/blas/base/shared/cblas.h
@@ -43,18 +43,18 @@ extern "C" {
43
// Integer type:
44
#ifndef CBLAS_INT
45
#ifdef WeirdNEC
46
- #define CBLAS_INT int64_t
+#define CBLAS_INT int64_t
47
#else
48
- #define CBLAS_INT int32_t
+#define CBLAS_INT int32_t
49
#endif
50
51
52
// Integer format string:
53
#ifndef CBLAS_IFMT
54
55
- #define CBLAS_IFMT PRId64
+#define CBLAS_IFMT PRId64
56
57
- #define CBLAS_IFMT PRId32
+#define CBLAS_IFMT PRId32
58
59
60
0 commit comments