Skip to content

Commit

Permalink
remove LoopVectorization
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffreySarnoff authored Mar 19, 2024
1 parent b584d61 commit b56b7a2
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/RollingFunctions.jl
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,6 @@ using StatsBase: kurtosis, mad, sem, skewness, variation,
using KahanSummation: sum_kbn
using AccurateArithmetic: sum_oro

using LoopVectorization

for T in (:Int8, :Int16, :Int32, :Int64, :Int128,
:UInt8, :UInt16, :UInt32, :UInt64, :UInt128,
:Float16, :Float32, :Float64)
@eval LoopVectorization.check_args(x::Union{Missing,$T}) = true
end

const Sequence = Union{Vec, Tup} where {N, T, Vec<:AbstractVector{T}, Tup<:NTuple{N,T}}

include("support/exceptions.jl")
Expand Down

0 comments on commit b56b7a2

Please sign in to comment.