-
Notifications
You must be signed in to change notification settings - Fork 67
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Only use vf(n)m(add/sub)d231 functions in tiled kernel reductions.
- Loading branch information
1 parent
2ae8a78
commit 2c87fce
Showing
2 changed files
with
19 additions
and
7 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
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.20" | ||
version = "0.6.21" | ||
|
||
[deps] | ||
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e" | ||
|
@@ -13,9 +13,9 @@ VectorizationBase = "3d5dd08c-fd9d-11e8-17fa-ed2836048c2f" | |
|
||
[compat] | ||
Parameters = "0" | ||
SIMDPirates = "~0.6.5" | ||
SIMDPirates = "~0.6.6" | ||
SLEEFPirates = "~0.4" | ||
VectorizationBase = "~0.7" | ||
VectorizationBase = "~0.7.1" | ||
julia = "1.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
2c87fce
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
2c87fce
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/10557
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: