File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ Base.IndexStyle(::Type{<:FallbackArrayWrapper}) = IndexLinear()
45
45
46
46
@time include (" check_empty.jl" )
47
47
48
- if isnothing (get (ENV , " TRAVIS_BRANCH" , nothing )) || LoopVectorization. REGISTER_COUNT != 32 || VERSION >= v " 1.4"
48
+ if isnothing (get (ENV , " TRAVIS_BRANCH" , nothing )) || LoopVectorization. REGISTER_COUNT ≠ 32 || VERSION ≥ v " 1.4"
49
49
@time include (" offsetarrays.jl" )
50
50
end
51
51
@@ -72,7 +72,7 @@ Base.IndexStyle(::Type{<:FallbackArrayWrapper}) = IndexLinear()
72
72
@time include (" broadcast.jl" )
73
73
74
74
# I test locally on master; times out on Travis.
75
- if isnothing (get (ENV , " TRAVIS_BRANCH" , nothing )) || LoopVectorization. REGISTER_COUNT != 32 || VERSION . minor == 4
75
+ if isnothing (get (ENV , " TRAVIS_BRANCH" , nothing )) || LoopVectorization. REGISTER_COUNT ≠ 32 || VERSION ≥ v " 1.4 "
76
76
@time include (" gemm.jl" )
77
77
end
78
78
end
You can’t perform that action at this time.
0 commit comments