Skip to content

(4.x) cmake: don't define ENABLE_NEON flags in non-cross-compiling mode#19055

Merged
opencv-pushbot merged 1 commit intoopencv:masterfrom
alalek:4.x_issue_18244
Dec 11, 2020
Merged

(4.x) cmake: don't define ENABLE_NEON flags in non-cross-compiling mode#19055
opencv-pushbot merged 1 commit intoopencv:masterfrom
alalek:4.x_issue_18244

Conversation

@alalek
Copy link
Copy Markdown
Member

@alalek alalek commented Dec 8, 2020

  • NEON / ANDROID_ARM_NEON are toolchain-specific flags
  • they are usually not defined for native builds
  • let work CPU_BASELINE=DETECT properly

resolves #18244
relates #19054

WIP

- NEON / ANDROID_ARM_NEON are toolchain-specific flags
- they are usually not defined for native builds
- let work CPU_BASELINE=DETECT properly
@alalek
Copy link
Copy Markdown
Member Author

alalek commented Dec 11, 2020

👍

@opencv-pushbot opencv-pushbot merged commit 8ac3045 into opencv:master Dec 11, 2020
@alalek alalek mentioned this pull request Apr 9, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug category: build/install platform: arm ARM boards related issues: RPi, NVIDIA TK/TX, etc

Projects

None yet

Development

Successfully merging this pull request may close these issues.

CMake fails to detect NEON, etc. support on ARM processor

2 participants