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 5030ad7 commit f1aad67Copy full SHA for f1aad67
src/Utils.jl
@@ -78,7 +78,7 @@ end
78
is_bad_array(x) = !is_good_array(x)
79
function is_good_array(x::AbstractArray{T}) where {T}
80
cumulator = zero(T)
81
- @turbo for i in eachindex(x)
+ @turbo safe = false for i in eachindex(x)
82
cumulator += x[i] * 0
83
end
84
return cumulator == 0
0 commit comments