-
Notifications
You must be signed in to change notification settings - Fork 183
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
AArch32 and AArch64 minus SIMDe fixes (#475)
* Re-enable compiling without SIMDe enabled on AArch64 Guard uses of the new `simdFilterARM` kernel by checking that `TARGET_SIMD_X86` is defined, since otherwise the SIMD-everywhere based kernel is not available and will fail to compile. * Various AArch32 fixes Since 6a5cfa8 the AArch32 code fails to build due to use of `*_high_*` and other intrinsics which are only available on AArch64. Switch these to the portable versions already defined in `sum_neon.h`. Additionally fix a typo in InterPredARM.h. Also adjust code style to match the prevailing style elsewhere in the library.
- Loading branch information
1 parent
6a5cfa8
commit cddf62d
Showing
4 changed files
with
99 additions
and
83 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