-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix log2 for LLVM < 8, bump deps to avoid broken LineNumberNode uses …
…on master, and bump version.
- Loading branch information
1 parent
a908f0c
commit 304f30f
Showing
4 changed files
with
87 additions
and
44 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,16 @@ | ||
name = "SLEEFPirates" | ||
uuid = "476501e8-09a2-5ece-8869-fb82de89a1fa" | ||
authors = ["chriselrod <[email protected]>"] | ||
version = "0.3.5" | ||
version = "0.3.6" | ||
|
||
[deps] | ||
Libdl = "8f399da3-3557-5675-b5ff-fb832c97cbdb" | ||
SIMDPirates = "21efa798-c60a-11e8-04d3-e1a92915a26a" | ||
VectorizationBase = "3d5dd08c-fd9d-11e8-17fa-ed2836048c2f" | ||
|
||
[compat] | ||
SIMDPirates = "0.3, 0.4" | ||
VectorizationBase = "0.2, 0.3" | ||
SIMDPirates = "0.3.13, 0.4, 0.5, 0.6" | ||
VectorizationBase = "0.3.1, 0.3, 0.4, 0.5, 0.6" | ||
julia = "1" | ||
|
||
[extras] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
304f30f
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@JuliaRegistrator register()
304f30f
There was a problem hiding this comment.
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/9736
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: