Address of SymPy-Function `address_of`
Compare changes
- Stephan Seitz authored
+ 8
− 3
@@ -5,7 +5,11 @@ from typing import Set
@@ -5,7 +5,11 @@ from typing import Set
@@ -15,8 +19,6 @@ except ImportError:
@@ -15,8 +19,6 @@ except ImportError:
from pystencils.integer_functions import bitwise_xor, bit_shift_right, bit_shift_left, bitwise_and, \
from pystencils.data_types import create_type, PointerType, get_type_of_expression, VectorType, cast_func, \
@@ -276,6 +278,9 @@ class CustomSympyPrinter(CCodePrinter):
@@ -276,6 +278,9 @@ class CustomSympyPrinter(CCodePrinter):