Skip to content

Commit 053dac2

Browse files
Update docs/standard-library/vectorized-stl-algorithms.md
Co-authored-by: David Justo <[email protected]>
1 parent becc300 commit 053dac2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/standard-library/vectorized-stl-algorithms.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ In addition to algorithms, the macro controls the manual vectorization of:
7575
## Manually vectorized algorithms for floating point types
7676

7777
Vectorization of floating point types is connected with extra difficulties:
78-
- For floating point results, the order of operations may matter. Some reordering may yield a different result, whether more precise, or less precise. Vectorization may need operations reordering, so it may affect that.
78+
- Vectorization may reorder operations, which can affect the precision of floating point results.
7979
- Floating point types may contain NaN values, which don't behave transitively while comparing.
8080
- Floating point operations may raise exceptions.
8181

0 commit comments

Comments
 (0)