Skip to content

Commit a472ff9

Browse files
committed
Fix VecUnroll signature
1 parent bf6857c commit a472ff9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: Project.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "VectorizationBase"
22
uuid = "3d5dd08c-fd9d-11e8-17fa-ed2836048c2f"
33
authors = ["Chris Elrod <[email protected]>"]
4-
version = "0.21.66"
4+
version = "0.21.67"
55

66
[deps]
77
ArrayInterface = "4fba245c-0d91-5ea0-9b3e-6abc04ee57a9"

Diff for: src/base_defs.jl

+1-1
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ end
261261
VecUnroll(fmap(ifelse, getfield(m, :data), unrolldata(x), unrolldata(y)))
262262
end
263263
@inline function IfElse.ifelse(
264-
m::VecUnroll{<:Any,<:Any,Bool,Bool},
264+
m::VecUnroll{<:Any,<:Any,Bool},
265265
a::Real,
266266
b::Real
267267
)

0 commit comments

Comments
 (0)