-
Notifications
You must be signed in to change notification settings - Fork 179
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
lib/arm: remove unnecessary NATIVE macros
Since most of the uses of the HAVE_*_NATIVE macros have been removed, and most of them provide no additional value over the original compiler-provided macro like __ARM_FEATURE_CRC32 anyway, there's not much point in having them anymore. Remove them, except for HAVE_NEON_NATIVE which is still worthwhile to have.
- Loading branch information
Showing
2 changed files
with
11 additions
and
15 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