forked from intel/hyperscan
-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
9 changed files
with
31 additions
and
31 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 |
---|---|---|
|
@@ -22,22 +22,22 @@ project repository. | |
|
||
# Versioning | ||
|
||
The `master` branch on Github/kunpengcompute will always contain the most recent | ||
release of Intel Hyperscan. | ||
The `master` branch on Github/kunpengcompute will always contain the most recent | ||
release of Intel Hyperscan. | ||
|
||
The `aarch64` branch on Github/kunpengcompute will always contain the most recent | ||
The `aarch64` branch on Github/kunpengcompute will always contain the most recent | ||
release that supports the aarch64 architecture. The aarch64 branch was developed | ||
based on Intel hyperscan 5.2.1. Each version released to `aarch64` branch goes through | ||
QA and testing before it is released; if you're a user of aarch64, rather than a developer, | ||
this is the version you should be using. | ||
|
||
# Porting | ||
Perform platform-specific different operations, including compilation options, | ||
Perform platform-specific different operations, including compilation options, | ||
detection specific header files, SIMD instruction judgment, and so on. | ||
|
||
# Optimization | ||
Improve the Kunpeng platform by using the NEON instructions, inline assembly, | ||
data alignment, instruction alignment, memory data prefetching, static branch | ||
Improve the Kunpeng platform by using the NEON instructions, inline assembly, | ||
data alignment, instruction alignment, memory data prefetching, static branch | ||
prediction, code structure optimization, etc. | ||
|
||
# Get Involved | ||
|
@@ -47,7 +47,7 @@ The official homepage for Hyperscan is at [www.hyperscan.io](https://www.hypersc | |
`master` branch | ||
|
||
If you have questions or comments, we encourage you to [join the mailing list] | ||
(https://lists.01.org/mailman/listinfo/hyperscan). To file a bug, you can send an email | ||
(https://lists.01.org/mailman/listinfo/hyperscan). To file a bug, you can send an email | ||
to the list, or create an issue on Github. | ||
|
||
If you wish to contact the Hyperscan team at Intel directly, without posting | ||
|
@@ -58,5 +58,5 @@ publicly to the mailing list, send an email to | |
|
||
If you have questions or comments, we encourage you to create an issue on Github. | ||
|
||
If you wish to contact the Huawei team directly, you can send an email to | ||
If you wish to contact the Huawei team directly, you can send an email to | ||
[email protected]. |
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
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