Skip to content
Snippets Groups Projects
Commit 9e61cceb authored by Richard Angersbach's avatar Richard Angersbach
Browse files

Omit lanes for match args in PsVecHorizontal

parent 36124cd2
No related branches found
No related tags found
1 merge request!438Reduction Support
...@@ -52,7 +52,7 @@ class PsVecHorizontal(PsBinOp, PsVectorOp): ...@@ -52,7 +52,7 @@ class PsVecHorizontal(PsBinOp, PsVectorOp):
reduction_op: Binary operation that is also used for the horizontal reduction reduction_op: Binary operation that is also used for the horizontal reduction
""" """
__match_args__ = ("lanes", "scalar_operand", "vector_operand", "reduction_op") __match_args__ = ("scalar_operand", "vector_operand", "reduction_op")
def __init__( def __init__(
self, self,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment