Skip to content

Commit

Permalink
No longer depends on SLEEFPirates.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
chriselrod committed Feb 16, 2020
1 parent af5e317 commit b02c9bc
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 11 deletions.
8 changes: 0 additions & 8 deletions Manifest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,14 +43,6 @@ repo-url = "https://github.com/chriselrod/SIMDPirates.jl"
uuid = "21efa798-c60a-11e8-04d3-e1a92915a26a"
version = "0.3.12"

[[SLEEFPirates]]
deps = ["Libdl", "SIMDPirates", "VectorizationBase"]
git-tree-sha1 = "21b7521126e466370b7fe22e65bd174f5d703c08"
repo-rev = "master"
repo-url = "https://github.com/chriselrod/SLEEFPirates.jl"
uuid = "476501e8-09a2-5ece-8869-fb82de89a1fa"
version = "0.3.5"

[[Serialization]]
uuid = "9e88b42a-f829-5b0c-bbe9-9e923198166b"

Expand Down
2 changes: 0 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,10 @@ version = "0.1.1"
Distributed = "8ba89e20-285c-5b6f-9357-94700520ee1b"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
SIMDPirates = "21efa798-c60a-11e8-04d3-e1a92915a26a"
SLEEFPirates = "476501e8-09a2-5ece-8869-fb82de89a1fa"
VectorizationBase = "3d5dd08c-fd9d-11e8-17fa-ed2836048c2f"

[compat]
SIMDPirates = "0"
SLEEFPirates = "0"
VectorizationBase = "0"
julia = "1.0.0"

Expand Down
2 changes: 1 addition & 1 deletion src/VectorizedRNG.jl
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module VectorizedRNG

using VectorizationBase, SIMDPirates, SLEEFPirates, Random
using VectorizationBase, SIMDPirates, Random
using VectorizationBase: VE, REGISTER_SIZE, gep
using SIMDPirates: vreinterpret, vxor, vor, vand, vuright_bitshift,
vbroadcast, vadd, vmul, vsub, vabs, vsqrt,
Expand Down

2 comments on commit b02c9bc

@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 register()

@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/9548

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.1.1 -m "<description of version>" b02c9bcd0f5d05737c4a062aa760811c6f5b01a9
git push origin v0.1.1

Please sign in to comment.