Skip to content

Commit

Permalink
Update following changes to SIMDPirates.
Browse files Browse the repository at this point in the history
  • Loading branch information
chriselrod committed Mar 1, 2020
1 parent 210548e commit 120ad94
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 @@ -49,9 +49,9 @@ uuid = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"

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

[[SLEEFPirates]]
deps = ["Libdl", "SIMDPirates", "VectorizationBase"]
Expand All @@ -71,6 +71,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 = "LoopVectorization"
uuid = "bdcacae8-1622-11e9-2a5c-532679323890"
authors = ["Chris Elrod <[email protected]>"]
version = "0.6.17"
version = "0.6.18"

[deps]
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Expand All @@ -12,7 +12,7 @@ VectorizationBase = "3d5dd08c-fd9d-11e8-17fa-ed2836048c2f"

[compat]
Parameters = "0"
SIMDPirates = "~0.6.1"
SIMDPirates = "~0.6.4"
SLEEFPirates = "~0.4"
VectorizationBase = "~0.6.1"
julia = "1.1"
Expand Down

2 comments on commit 120ad94

@chriselrod
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/10365

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if Julia TagBot is installed, or can be done manually through the github interface, or via:

git tag -a v0.6.18 -m "<description of version>" 120ad949f2f04454ce05def20bf69aa63e93d198
git push origin v0.6.18

Please sign in to comment.