Skip to content

Commit aa58a1f

Browse files
fix: make simplify constprop better
1 parent a61f415 commit aa58a1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/simplify.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Simplify an expression (`x`) by applying `rewriter` until there are no changes.
1313
By default, simplify will assume denominators are not zero and allow cancellation in fractions.
1414
Pass `simplify_fractions=false` to prevent this.
1515
"""
16-
function simplify(x;
16+
@inline function simplify(x;
1717
expand=false,
1818
polynorm=nothing,
1919
threaded=false,

0 commit comments

Comments
 (0)