Skip to content

Commit 195c57e

Browse files
authored
Update src/stdlib_intrinsics_matmul.fypp
1 parent ee7da8d commit 195c57e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/stdlib_intrinsics_matmul.fypp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
submodule (stdlib_intrinsics) stdlib_intrinsics_matmul
77
use stdlib_linalg_blas, only: gemm
8-
use stdlib_linalg_state, only: linalg_state_type, linalg_error_handling, LINALG_VALUE_ERROR
8+
use stdlib_linalg_state, only: linalg_state_type, linalg_error_handling, LINALG_VALUE_ERROR, LINALG_INTERNAL_ERROR
99
use stdlib_constants
1010
implicit none
1111

0 commit comments

Comments
 (0)