We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8587599 commit da1886fCopy full SHA for da1886f
src/Evaluate.jl
@@ -80,7 +80,7 @@ function eval_tree_array(
80
_is_loopvectorization_loaded(0) ||
81
error("Please load the LoopVectorization.jl package to use this feature.")
82
end
83
- 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)
84
error("Bumper feature only works with numbers")
85
86
if v_bumper isa Val{true}
0 commit comments