Skip to content

Commit 4a96e91

Browse files
author
Michael Abbott
committed
VectorizationBase 0.14.8
1 parent 90bb1ba commit 4a96e91

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ OffsetArrays = "1"
2020
Requires = "1"
2121
TensorOperations = "3"
2222
Tracker = "0.2"
23-
VectorizationBase = "0.12.33, 0.14.5"
23+
VectorizationBase = "0.12.33, 0.14.8"
2424
Zygote = "0.5, 0.6"
2525
julia = "1.3"
2626

test/group-3.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ else # LV version 0.9, supports Julia >= 1.5
119119
end
120120

121121
@testset "LoopVectorization onlyone" begin
122-
ms = Mask{4,UInt8}(0x03); # Mask{8,Bool}<1, 1, 0, 0, 0, 0, 0, 0>
122+
ms = Mask{4,UInt8}(0x03) # Mask{4,Bool}<1, 1, 0, 0>
123123
sv = SVec{4,Int}(1,2,3,4) # SVec{4,Int64}<1, 2, 3, 4>
124124

125125
# preliminaries:

0 commit comments

Comments
 (0)