Fix CPP export for Add Sub and add export for Mul
2 unresolved threads
2 unresolved threads
Compare changes
+ 48
− 5
@@ -238,6 +238,8 @@ class AddCPP(ExportNode):
@@ -238,6 +238,8 @@ class AddCPP(ExportNode):
@@ -251,13 +253,13 @@ class AddCPP(ExportNode):
@@ -251,13 +253,13 @@ class AddCPP(ExportNode):
@@ -272,6 +274,9 @@ class SubCPP(ExportNode):
@@ -272,6 +274,9 @@ class SubCPP(ExportNode):
@@ -284,8 +289,46 @@ class SubCPP(ExportNode):
@@ -284,8 +289,46 @@ class SubCPP(ExportNode):