Skip to content

Commit 9919410

Browse files
committed
Bump version and require CheapThreads 0.1.3 to avoid iterating over 4 billion integers when starting Julia with 2 <= nthreads() <= 4.
1 parent c1ab1d3 commit 9919410

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Project.toml

Lines changed: 2 additions & 2 deletions
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.1"
4+
version = "0.12.2"
55

66
[deps]
77
ArrayInterface = "4fba245c-0d91-5ea0-9b3e-6abc04ee57a9"
@@ -19,7 +19,7 @@ VectorizationBase = "3d5dd08c-fd9d-11e8-17fa-ed2836048c2f"
1919

2020
[compat]
2121
ArrayInterface = "3.1.4"
22-
CheapThreads = "0.1.2"
22+
CheapThreads = "0.1.3"
2323
DocStringExtensions = "0.8"
2424
IfElse = "0.1"
2525
OffsetArrays = "1.4.1, 1.5"

0 commit comments

Comments
 (0)