Skip to content

Commit c3a8177

Browse files
committed
add ilp64 parameter
1 parent 3369013 commit c3a8177

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/stdlib_linalg_constants.fypp

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,9 @@ module stdlib_linalg_constants
77
public
88

99

10-
! Integer size support for ILP64 builds should be done here
11-
integer, parameter :: ilp = int32
10+
! Support both 32-bit (ilp) and 64-bit (ilp64) integer kinds
11+
integer, parameter :: ilp = int32
12+
integer, parameter :: ilp64 = int64
1213
private :: int32, int64
1314

1415
end module stdlib_linalg_constants

0 commit comments

Comments
 (0)