Skip to content

Commit 318ab8c

Browse files
committed
template whole BLAS interface
1 parent 092d717 commit 318ab8c

File tree

2 files changed

+1348
-1338
lines changed

2 files changed

+1348
-1338
lines changed

include/common.fypp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ $:"s" if cmplx=="c" else "d" if cmplx=="z" else "x" if cmplx=="y" else "q" if cm
7777
#! BLAS/LAPACK/Linear Algebra Integer Kinds
7878
#:set LINALG_INT_KINDS = ["ilp","ilp64"]
7979
#:set LINALG_INT_TYPES = ["integer({})".format(k) for k in LINALG_INT_KINDS]
80-
#:set LINALG_INT_SUFFIX = ["","_i64"]
80+
#:set LINALG_INT_SUFFIX = ["","_I64"]
8181
#:set LINALG_INT_KINDS_TYPES = list(zip(LINALG_INT_KINDS, LINALG_INT_TYPES, LINALG_INT_SUFFIX))
8282

8383
#! Complex types to be considered during templating

0 commit comments

Comments
 (0)