Skip to content

Commit 4b1c7e7

Browse files
jalveszperazz
andauthored
Update src/stdlib_intrinsics.fypp
Co-authored-by: Federico Perini <federico.perini@gmail.com>
1 parent 10add87 commit 4b1c7e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/stdlib_intrinsics.fypp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ module stdlib_intrinsics
104104
!!
105105
!! compute the dot_product of rank 1 arrays.
106106
!! The 1-D base implementation follows a chunked approach for optimizing performance and increasing accuracy.
107-
!! Supported data types include `real` and `complex`.
107+
!! Supported data types include `real`, `complex` and `integer`.
108108
!!
109109
#:for rk, rt, rs in RC_KINDS_TYPES
110110
pure module function stdlib_dot_product_${rs}$(a,b) result(p)

0 commit comments

Comments
 (0)