-
Notifications
You must be signed in to change notification settings - Fork 79
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #459 from DiamonDinoia/spreader-vectorization-v2
Spreader manual vectorization
- Loading branch information
Showing
13 changed files
with
1,644 additions
and
713 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 |
---|---|---|
|
@@ -74,7 +74,6 @@ jobs: | |
|
||
steps: | ||
- uses: actions/checkout@v4 | ||
|
||
- name: 'Setup MSYS2' | ||
uses: msys2/setup-msys2@v2 | ||
with: | ||
|
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 |
---|---|---|
@@ -0,0 +1,19 @@ | ||
CPMAddPackage( | ||
NAME findxtl | ||
GIT_REPOSITORY "https://github.com/xtensor-stack/xtl.git" | ||
GIT_TAG ${XTL_VERSION} | ||
EXCLUDE_FROM_ALL YES | ||
GIT_SHALLOW YES | ||
OPTIONS "XTL_DISABLE_EXCEPTIONS YES" | ||
) | ||
|
||
CPMAddPackage( | ||
NAME findxsimd | ||
GIT_REPOSITORY "https://github.com/xtensor-stack/xsimd.git" | ||
GIT_TAG ${XSIMD_VERSION} | ||
EXCLUDE_FROM_ALL YES | ||
GIT_SHALLOW YES | ||
OPTIONS | ||
"XSIMD_SKIP_INSTALL YES" | ||
"XSIMD_ENABLE_XTL_COMPLEX YES" | ||
) |
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
Oops, something went wrong.