Skip to content

Commit 8558074

Browse files
committed
Reverting eltype(::LoopValue) change from last commit.
1 parent 728a6b2 commit 8558074

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/add_loads.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,5 +77,5 @@ struct LoopValue end
7777
@inline SIMDPirates.vload(::LoopValue, i::Tuple{_MM{W}}, ::Unsigned) where {W} = SVec(SIMDPirates.vrangeincr(Val{W}(), @inbounds(i[1].i), Val{1}()))
7878
@inline VectorizationBase.load(::LoopValue, i::Integer) = i + one(i)
7979
@inline VectorizationBase.load(::LoopValue, i::Tuple{I}) where {I<:Integer} = @inbounds(i[1]) + one(I)
80-
@inline Base.eltype(::LoopValue) = Int
80+
@inline Base.eltype(::LoopValue) = Int8
8181

0 commit comments

Comments
 (0)