Skip to content

Commit 8305349

Browse files
committed
Update SIMDPirates version again to fix failing tests on LLVM < 9.
1 parent 9034116 commit 8305349

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Manifest.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,9 @@ uuid = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
4949

5050
[[SIMDPirates]]
5151
deps = ["VectorizationBase"]
52-
git-tree-sha1 = "53bf63cb056de62ad90256f9636c77a20ded8111"
52+
git-tree-sha1 = "42da6678fbe40c1a968a48da5bf76d15e3652ba1"
5353
uuid = "21efa798-c60a-11e8-04d3-e1a92915a26a"
54-
version = "0.3.10"
54+
version = "0.3.11"
5555

5656
[[SLEEFPirates]]
5757
deps = ["Libdl", "SIMDPirates", "VectorizationBase"]

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ VectorizationBase = "3d5dd08c-fd9d-11e8-17fa-ed2836048c2f"
1212

1313
[compat]
1414
Parameters = "0"
15-
SIMDPirates = "0.3.10, 0.4, 0.5"
15+
SIMDPirates = "0.3.11, 0.4, 0.5"
1616
SLEEFPirates = "0.3.5, 0.4, 0.5"
1717
VectorizationBase = "0.2.7, 0.3, 0.4"
1818
julia = "1.1"

0 commit comments

Comments
 (0)