Skip to content

Commit 23981d6

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

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
@@ -64,7 +64,7 @@ module stdlib_intrinsics
6464
!! This interface provides standard conforming call for sum of elements of any rank.
6565
!! The 1-D base implementation follows a chunked approach combined with a kahan kernel for optimizing performance and increasing accuracy.
6666
!! The `N-D` interfaces calls upon the `(N-1)-D` implementation.
67-
!! Supported data types include `real` and `complex`.
67+
!! Supported data types include `real`, `complex` and `integer`.
6868
!!
6969
#:for rk, rt, rs in RC_KINDS_TYPES
7070
pure module function stdlib_sum_kahan_1d_${rs}$(a) result(s)

0 commit comments

Comments
 (0)