File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -20252,7 +20252,7 @@ of the result's type, while maintaining the same element type.
20252
20252
Semantics:
20253
20253
""""""""""
20254
20254
20255
- Other than the reduction operator (e.g. add) the way in which the concatinated
20255
+ Other than the reduction operator (e.g. add) the way in which the concatenated
20256
20256
arguments is reduced is entirely unspecified. By their nature these intrinsics
20257
20257
are not expected to be useful in isolation but instead implement the first phase
20258
20258
of an overall reduction operation.
@@ -20261,8 +20261,8 @@ The typical use case is loop vectorization where reductions are split into an
20261
20261
in-loop phase, where maintaining an unordered vector result is important for
20262
20262
performance, and an out-of-loop phase to calculate the final scalar result.
20263
20263
20264
- By not introducing any new ordering constraints these intrinsics maximize the
20265
- abilitity to utilise a target's accumulation instructions.
20264
+ By avoiding the introduction of new ordering constraints, these intrinsics
20265
+ enhance the ability to leverage a target's accumulation instructions.
20266
20266
20267
20267
'``llvm.experimental.vector.histogram.*``' Intrinsic
20268
20268
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
You can’t perform that action at this time.
0 commit comments