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:
Andrey Kamaev
2014-12-21 17:59:50 +03:00
parent 183454a723
commit c105b72945
11 changed files with 28 additions and 21 deletions

View File

@@ -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