Skip to content

Commit

Permalink
Minor version update to 2.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
eschnett committed Mar 13, 2019
1 parent bd9a4c9 commit 1245797
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "SIMD"
uuid = "fdea26ae-647d-5447-a871-4b548cad5224"
authors = ["Erik Schnetter <[email protected]>"]
version = "2.5.1"
version = "2.6.0"

[deps]

Expand Down
4 changes: 4 additions & 0 deletions src/SIMD.jl
Original file line number Diff line number Diff line change
Expand Up @@ -363,6 +363,10 @@ llvmins(::Type{Val{:max}}, N, ::Type{T}) where {T<:FloatingTypes} =
"@llvm.maxnum.$(suffix(N,T))"
llvmins(::Type{Val{:min}}, N, ::Type{T}) where {T<:FloatingTypes} =
"@llvm.minnum.$(suffix(N,T))"
# llvmins(::Type{Val{:max}}, N, ::Type{T}) where {T<:FloatingTypes} =
# "@llvm.maximum.$(suffix(N,T))"
# llvmins(::Type{Val{:min}}, N, ::Type{T}) where {T<:FloatingTypes} =
# "@llvm.minimum.$(suffix(N,T))"
llvmins(::Type{Val{:muladd}}, N, ::Type{T}) where {T<:FloatingTypes} =
"@llvm.fmuladd.$(suffix(N,T))"
llvmins(::Type{Val{:powi}}, N, ::Type{T}) where {T<:FloatingTypes} =
Expand Down

0 comments on commit 1245797

Please sign in to comment.