-
Notifications
You must be signed in to change notification settings - Fork 6
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
2 changed files
with
14 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 |
---|---|---|
|
@@ -7,3 +7,4 @@ | |
!*.py | ||
!*.html | ||
!*.csv | ||
!*.md |
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,13 @@ | ||
Testing ./examples | ||
__m128i __lsx_vmsknz_b(__m128i{0x1122334455667788, 0x99aabbccddeeff00}): 000000000000feff 0000000000000000 | ||
__m128i __lsx_vmsknz_b(__m128i{0x0000111100000000, 0x0011000011111111}): 0000000000004f30 0000000000000000 | ||
__m128i __lsx_vmskgez_b(__m128i{0x1122334455667788, 0x99aabbccddeeff00}): 00000000000001fe 0000000000000000 | ||
__m128i __lsx_vmskgez_b(__m128i{0x0000808000000000, 0x0081000081716151}): 000000000000b7cf 0000000000000000 | ||
__m128i __lsx_vmskltz_b(__m128i{0x1122334455667788, 0x99aabbccddeeff00}): 000000000000fe01 0000000000000000 | ||
__m128i __lsx_vmskltz_b(__m128i{0x0000808000000000, 0x0081000081716151}): 0000000000004830 0000000000000000 | ||
__m128i __lsx_vmskltz_h(__m128i{0x1122334455667788, 0x99aabbccddeeff00}): 00000000000000f0 0000000000000000 | ||
__m128i __lsx_vmskltz_h(__m128i{0x0000808000000000, 0x0081000081716151}): 0000000000000024 0000000000000000 | ||
__m128i __lsx_vmskltz_w(__m128i{0x1122334455667788, 0x99aabbccddeeff00}): 000000000000000c 0000000000000000 | ||
__m128i __lsx_vmskltz_w(__m128i{0x0000808000000000, 0x0081000081716151}): 0000000000000004 0000000000000000 | ||
__m128i __lsx_vmskltz_d(__m128i{0x1122334455667788, 0x99aabbccddeeff00}): 0000000000000002 0000000000000000 | ||
__m128i __lsx_vmskltz_d(__m128i{0x0000808000000000, 0x0081000081716151}): 0000000000000000 0000000000000000 |