-
Notifications
You must be signed in to change notification settings - Fork 1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add s390x architecture support (#1214)
* fix(lua): use native architecture when compiling lua for s390x. Signed-off-by: iko1 <[email protected]> * feat(server): implement CompareFP for s390x architecture. Signed-off-by: iko1 <[email protected]> * feat: implement validate_ascii_fast function variant for s390x arch. Signed-off-by: iko1 <[email protected]> * fix: add comments before s390x vector operations Signed-off-by: iko1 <[email protected]> * fix validate_ascii_fast function logic after CR comment Signed-off-by: iko1 <[email protected]> * Revert "fix(lua): use native architecture when compiling lua for s390x." This reverts commit 6cc5d8a. * fix(lua): use native architecture when compiling lua for s390x. Signed-off-by: iko1 <[email protected]> * refactor validate_ascii_fast function after CR comment Signed-off-by: iko1 <[email protected]> * include vecintrin.h from sse_port.h rather the misleading filename Signed-off-by: iko1 <[email protected]> --------- Signed-off-by: iko1 <[email protected]>
- Loading branch information
Showing
4 changed files
with
74 additions
and
2 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
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