From 124579752ddaebe7098dd1e6b91fea88d096adea Mon Sep 17 00:00:00 2001 From: Erik Schnetter Date: Wed, 13 Mar 2019 14:28:44 -0400 Subject: [PATCH] Minor version update to 2.6.0 --- Project.toml | 2 +- src/SIMD.jl | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 5b5bd20..d771f07 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "SIMD" uuid = "fdea26ae-647d-5447-a871-4b548cad5224" authors = ["Erik Schnetter "] -version = "2.5.1" +version = "2.6.0" [deps] diff --git a/src/SIMD.jl b/src/SIMD.jl index 2056aef..196b096 100644 --- a/src/SIMD.jl +++ b/src/SIMD.jl @@ -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} =