Skip to content

Commit

Permalink
conflict fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ShirChoiEX committed Feb 2, 2025
1 parent 654d5a7 commit e44d36b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Dialect/Openfhe/IR/OpenfheOps.td
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ def SubOp : Openfhe_BinaryOp<"sub",

// In-Place Addition
def AddInPlaceOp : Openfhe_BinaryInPlaceOp<"add_inplace"> {
let summary = "Performs in-place homomorphic addition, modifying lhs.";
let summary = "Performs in-place homomorphic addition, modifying lhs.";
}

// In-Place Subtraction
Expand Down

0 comments on commit e44d36b

Please sign in to comment.