-
Notifications
You must be signed in to change notification settings - Fork 263
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
1. fix typo: Modify simde_mm256_bslli_epi128 to simde_mm256_bsrli_epi128. 2. fix loongarch compiler errors: At present, the instructions like slli/srli/srai on loongarch only accept immediate constant values for shit count, so in order to avoid compiler errors in the build process, we need to use sll/srl/sra version instead. In the feature, if the compiler supports the formers, we can restore them.
- Loading branch information
Showing
1 changed file
with
21 additions
and
21 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