Skip to content

Commit cdf4661

Browse files
committed
Added a test.
1 parent 2c38a28 commit cdf4661

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/runtests.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
using Test
22
using LoopVectorization
33

4+
stride1(x) = stride(x, 1)
45
@testset "LoopVectorization.jl" begin
56

6-
stride1(x) = stride(x, 1)
7+
78
@generated function logsumexp!(r::AbstractArray{T}, x::AbstractArray{T}) where {T}
89
quote
910
n = length(x)

0 commit comments

Comments
 (0)