vectorization: improve treatment of unary minus
Files
2- Michael Kuron authored
+ 7
− 2
@@ -205,6 +206,7 @@ def insert_vector_casts(ast_node):
@@ -205,6 +206,7 @@ def insert_vector_casts(ast_node):
elif expr.func in handled_functions or isinstance(expr, sp.Rel) or isinstance(expr, BooleanFunction):
@@ -213,9 +215,12 @@ def insert_vector_casts(ast_node):
@@ -213,9 +215,12 @@ def insert_vector_casts(ast_node):