File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -13766,7 +13766,7 @@ The second argument must be a vector of floating-point values.
13766
13766
Examples:
13767
13767
"""""""""
13768
13768
13769
- .. code-block:: llvm
13769
+ ::
13770
13770
13771
13771
%unord = call reassoc float @llvm.experimental.vector.reduce.v2.fadd.f32.v4f32(float 0.0, <4 x float> %input) ; unordered reduction
13772
13772
%ord = call float @llvm.experimental.vector.reduce.v2.fadd.f32.v4f32(float %start_value, <4 x float> %input) ; ordered reduction
@@ -13827,7 +13827,7 @@ The second argument must be a vector of floating-point values.
13827
13827
Examples:
13828
13828
"""""""""
13829
13829
13830
- .. code-block:: llvm
13830
+ ::
13831
13831
13832
13832
%unord = call reassoc float @llvm.experimental.vector.reduce.v2.fmul.f32.v4f32(float 1.0, <4 x float> %input) ; unordered reduction
13833
13833
%ord = call float @llvm.experimental.vector.reduce.v2.fmul.f32.v4f32(float %start_value, <4 x float> %input) ; ordered reduction
You can’t perform that action at this time.
0 commit comments