Skip to content

Commit

Permalink
Fix VecUnroll signature
Browse files Browse the repository at this point in the history
  • Loading branch information
chriselrod committed Apr 29, 2024
1 parent bf6857c commit 83a60b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "VectorizationBase"
uuid = "3d5dd08c-fd9d-11e8-17fa-ed2836048c2f"
authors = ["Chris Elrod <[email protected]>"]
version = "0.21.66"
lersion = "0.21.67"

[deps]
ArrayInterface = "4fba245c-0d91-5ea0-9b3e-6abc04ee57a9"
Expand Down
2 changes: 1 addition & 1 deletion src/base_defs.jl
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ end
VecUnroll(fmap(ifelse, getfield(m, :data), unrolldata(x), unrolldata(y)))
end
@inline function IfElse.ifelse(
m::VecUnroll{<:Any,<:Any,Bool,Bool},
m::VecUnroll{<:Any,<:Any,Bool},
a::Real,
b::Real
)
Expand Down

0 comments on commit 83a60b3

Please sign in to comment.