Skip to content

Commit ead820d

Browse files
authored
comment out trinary rules
1 parent 6c85048 commit ead820d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/rules.jl

+4
Original file line numberDiff line numberDiff line change
@@ -104,11 +104,15 @@ end
104104
# trinary #
105105
#---------#
106106

107+
#=
108+
107109
@define_diffrule Base.muladd(x, y, z) = :($y), :($x), :(one($z))
108110
@define_diffrule Base.fma(x, y, z) = :($y), :($x), :(one($z))
109111
110112
@define_diffrule Base.ifelse(p, x, y) = false, :($p), :(!$p)
111113
114+
=#
115+
112116
####################
113117
# SpecialFunctions #
114118
####################

0 commit comments

Comments
 (0)