mirror of
https://github.com/opencv/opencv.git
synced 2026-09-13 05:42:51 -05:00
Assorted fixes:
* cmake CMP0054 and CMP0045 * aarch64 build * portable code options in PCH cmake * some of gcc 4.9 warnings
This commit is contained in:
@@ -46,7 +46,7 @@ SIMD_DETECTION_PROGRAM="""
|
||||
#if __MMX__
|
||||
# error MMX
|
||||
#endif
|
||||
#if __ARM_NEON__
|
||||
#if __ARM_NEON__ || __ARM_NEON
|
||||
# error NEON
|
||||
#endif
|
||||
#error NOSIMD
|
||||
|
||||
Reference in New Issue
Block a user