Skip to content

Commit affd5d0

Browse files
committed
add xdp symbol
1 parent b9e7e67 commit affd5d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/stdlib_linalg_state.fypp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ module stdlib_linalg_state
66
!! Provides a state/error handling derived type for advanced error handling of
77
!! BLAS/LAPACK based linear algebra procedures. All procedures are pure.
88
!! !! ([Specification](../page/specs/stdlib_linalg.html))
9-
use stdlib_linalg_constants,only: ilp,sp,dp,qp,lk
9+
use stdlib_linalg_constants,only: ilp,sp,dp,xdp,qp,lk
1010
use stdlib_kinds, only: int8, int16, int32, int64
1111
use stdlib_io, only: FMT_REAL_SP, FMT_REAL_DP, FMT_REAL_QP, FMT_COMPLEX_SP, FMT_COMPLEX_DP, &
1212
FMT_COMPLEX_QP, FMT_REAL_XDP, FMT_COMPLEX_XDP

0 commit comments

Comments
 (0)