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.
2025220252Semantics:
2025320253""""""""""
2025420254
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
2025620256arguments is reduced is entirely unspecified. By their nature these intrinsics
2025720257are not expected to be useful in isolation but instead implement the first phase
2025820258of an overall reduction operation.
@@ -20261,8 +20261,8 @@ The typical use case is loop vectorization where reductions are split into an
2026120261in-loop phase, where maintaining an unordered vector result is important for
2026220262performance, and an out-of-loop phase to calculate the final scalar result.
2026320263
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.
2026620266
2026720267'``llvm.experimental.vector.histogram.*``' Intrinsic
2026820268^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
You can’t perform that action at this time.
0 commit comments