Skip to content

Commit 10add87

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

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
@@ -127,7 +127,7 @@ module stdlib_intrinsics
127127
!!
128128
!! compute the dot_product of rank 1 arrays.
129129
!! The implementation follows a chunked approach combined with a kahan kernel for optimizing performance and increasing accuracy.
130-
!! Supported data types include `real` and `complex`.
130+
!! Supported data types include `real`, `complex` and `integer`.
131131
!!
132132
#:for rk, rt, rs in RC_KINDS_TYPES
133133
pure module function stdlib_dot_product_kahan_${rs}$(a,b) result(p)

0 commit comments

Comments
 (0)