Skip to content

Commit 67471f9

Browse files
committed
refactor: add an inline
1 parent dfdec54 commit 67471f9

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
@@ -6,7 +6,7 @@ import ..NodeUtilsModule: tree_mapreduce, is_node_constant
66
import ..OperatorEnumModule: AbstractOperatorEnum
77
import ..ValueInterfaceModule: is_valid
88

9-
_op_kernel(f::F, l::T, ls::T...) where {F,T} = f(l, ls...)
9+
@inline _op_kernel(f::F, l::T, ls::T...) where {F,T} = f(l, ls...)
1010

1111
is_commutative(::typeof(*)) = true
1212
is_commutative(::typeof(+)) = true

0 commit comments

Comments
 (0)