Skip to content

Commit

Permalink
Compatible with VectorizationBase v0.7.
Browse files Browse the repository at this point in the history
  • Loading branch information
chriselrod committed Mar 1, 2020
1 parent 8a46c80 commit 03934fa
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions Manifest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ uuid = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"

[[SIMDPirates]]
deps = ["VectorizationBase"]
git-tree-sha1 = "839625f8699855a7d5ca96be25bc24d71c5c00ff"
git-tree-sha1 = "95b57fa378dfa8683246bdfc222052bec9c10636"
uuid = "21efa798-c60a-11e8-04d3-e1a92915a26a"
version = "0.6.0"
version = "0.6.4"

[[Serialization]]
uuid = "9e88b42a-f829-5b0c-bbe9-9e923198166b"
Expand All @@ -53,6 +53,6 @@ uuid = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[[VectorizationBase]]
deps = ["CpuId", "LinearAlgebra"]
git-tree-sha1 = "9410db46eeb38d9fb108fae9758713cfafc4cb91"
git-tree-sha1 = "1efe57d135fdc28ea6583d2b276c2e2b4ac03a59"
uuid = "3d5dd08c-fd9d-11e8-17fa-ed2836048c2f"
version = "0.6.1"
version = "0.6.2"
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "SLEEFPirates"
uuid = "476501e8-09a2-5ece-8869-fb82de89a1fa"
authors = ["chriselrod <[email protected]>"]
version = "0.4.0"
version = "0.4.1"

[deps]
Libdl = "8f399da3-3557-5675-b5ff-fb832c97cbdb"
Expand All @@ -10,7 +10,7 @@ VectorizationBase = "3d5dd08c-fd9d-11e8-17fa-ed2836048c2f"

[compat]
SIMDPirates = "~0.6"
VectorizationBase = "~0.6.1"
VectorizationBase = "~0.6.1,0.7"
julia = "1"

[extras]
Expand Down

0 comments on commit 03934fa

Please sign in to comment.