Skip to content

Commit

Permalink
Update src/Evaluate.jl
Browse files Browse the repository at this point in the history
Co-authored-by: Miles Cranmer <[email protected]>
  • Loading branch information
gca30 and MilesCranmer authored Jun 26, 2024
1 parent 8587599 commit da1886f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Evaluate.jl
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ function eval_tree_array(
_is_loopvectorization_loaded(0) ||
error("Please load the LoopVectorization.jl package to use this feature.")
end
if (v_turbo isa Val{true} || v_turbo isa Val{true}) && !(T <: Number)
if (v_turbo isa Val{true} || v_bumper isa Val{true}) && !(T <: Number)
error("Bumper feature only works with numbers")
end
if v_bumper isa Val{true}
Expand Down

0 comments on commit da1886f

Please sign in to comment.