-
Notifications
You must be signed in to change notification settings - Fork 18
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 #487 from odidev/gzip
Add AvxToNeon and Gzip files
- Loading branch information
Showing
2 changed files
with
62 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,31 @@ | ||
--- | ||
name: AvxToNeon | ||
category: HPC | ||
description: AvxToNeon is an open-source project that provides a solution for porting x86 AVX (Advanced Vector Extensions) instructions to ARM NEON (Advanced SIMD) instructions. | ||
download_url: https://github.com/kunpengcompute/AvxToNeon/releases | ||
works_on_arm: true | ||
supported_minimum_version: | ||
version_number: v1.0.0 | ||
release_date: 2020/03/04 | ||
|
||
|
||
optional_info: | ||
homepage_url: https://github.com/kunpengcompute/AvxToNeon | ||
support_caveats: | ||
alternative_options: | ||
getting_started_resources: | ||
arm_content: | ||
partner_content: https://ecosystemdashboard.linaro.org/AvxToNeon/ | ||
official_docs: https://github.com/kunpengcompute/AvxToNeon#test | ||
arm_recommended_minimum_version: | ||
version_number: | ||
release_date: | ||
|
||
|
||
optional_hidden_info: | ||
release_notes__supported_minimum: | ||
release_notes__recommended_minimum: | ||
other_info: Linux/ARM64 release notes are not available. Installation and testing are done via the [tar archive](https://github.com/kunpengcompute/AvxToNeon/releases/tag/v1.0.0). | ||
|
||
--- | ||
|
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,31 @@ | ||
--- | ||
name: Gzip | ||
category: Miscellaneous | ||
description: Gzip (GNU zip) is a popular file compression tool developed in the GNU Project. It is used to compress and decompress files, primarily to reduce their size and save storage space or bandwidth during transmission. | ||
download_url: https://ftp.gnu.org/gnu/gzip/ | ||
works_on_arm: true | ||
supported_minimum_version: | ||
version_number: gzip 1.10 | ||
release_date: 2018/12/30 | ||
|
||
|
||
optional_info: | ||
homepage_url: https://www.gnu.org/software/gzip/ | ||
support_caveats: | ||
alternative_options: | ||
getting_started_resources: | ||
arm_content: | ||
partner_content: | ||
official_docs: https://www.gnu.org/software/gzip/manual/gzip.html | ||
arm_recommended_minimum_version: | ||
version_number: | ||
release_date: | ||
|
||
|
||
optional_hidden_info: | ||
release_notes__supported_minimum: | ||
release_notes__recommended_minimum: | ||
other_info: Linux/ARM64 release notes are not available. Installation and testing are done via the [tar archive](https://ftp.gnu.org/gnu/gzip/). | ||
|
||
--- | ||
|