Skip to content

Commit 12612bc

Browse files
jalveszjvdp1
andauthored
Update doc/specs/stdlib_intrinsics.md
Co-authored-by: Jeremie Vandenplas <[email protected]>
1 parent d905ed8 commit 12612bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/specs/stdlib_intrinsics.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ The `stdlib_intrinsics` module provides replacements for some of the well known
1515

1616
#### Description
1717

18-
The `stdlib_sum` function can replace the intrinsic `sum` for `real`, `complex` or `integer` arrays. It follows a chunked implementation which maximizes vectorization potential as well as reducing the round-off error. This procedure is recommended when summing large arrays, for repetitive summation of smaller arrays consider the classical `sum`.
18+
The `stdlib_sum` function can replace the intrinsic `sum` for `real`, `complex` or `integer` arrays. It follows a chunked implementation which maximizes vectorization potential as well as reducing the round-off error. This procedure is recommended when summing large (e..g, >2**10 elements) arrays, for repetitive summation of smaller arrays consider the classical `sum`.
1919

2020
#### Syntax
2121

0 commit comments

Comments
 (0)