Skip to content

Commit 1af8361

Browse files
committed
Clean JET.@report_call
1 parent 9ea8742 commit 1af8361

File tree

6 files changed

+243
-280
lines changed

6 files changed

+243
-280
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "LoopVectorization"
22
uuid = "bdcacae8-1622-11e9-2a5c-532679323890"
33
authors = ["Chris Elrod <[email protected]>"]
4-
version = "0.12.168"
4+
version = "0.12.169"
55

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

ext/ForwardDiffExt.jl

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
module ForwardDiffExt
2-
if VERSION < v"1.11-DEV"
32
import ForwardDiff, ChainRulesCore
43
using LoopVectorization, VectorizationBase, SLEEFPirates, ForwardDiff
54

@@ -378,4 +377,3 @@ for f in (:vmapt, :vmapnt, :vmapntt)
378377
end
379378
end
380379
end
381-
end

ext/SpecialFunctionsExt.jl

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
module SpecialFunctionsExt
2-
if VERSION < v"1.11-DEV"
32
using SpecialFunctions
43
using LoopVectorization: VectorizationBase
54
using LoopVectorization: AbstractSIMD
65
@inline SpecialFunctions.erf(x::AbstractSIMD) = VectorizationBase.verf(float(x))
76
end
8-
end

0 commit comments

Comments
 (0)