Skip to content

Commit

Permalink
Revert "comment out trinary rules"
Browse files Browse the repository at this point in the history
This reverts commit ead820d.
  • Loading branch information
mcabbott committed Jul 9, 2021
1 parent c90e0bd commit 31fa3d4
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/rules.jl
Original file line number Diff line number Diff line change
Expand Up @@ -104,15 +104,11 @@ end
# trinary #
#---------#

#=
@define_diffrule Base.muladd(x, y, z) = :($y), :($x), :(one($z))
@define_diffrule Base.fma(x, y, z) = :($y), :($x), :(one($z))

@define_diffrule Base.ifelse(p, x, y) = false, :($p), :(!$p)

=#

####################
# SpecialFunctions #
####################
Expand Down

0 comments on commit 31fa3d4

Please sign in to comment.