Index: branches/2018Q4/devel/qt5-core/files/patch-src_corelib_global_qfloat16.cpp =================================================================== --- branches/2018Q4/devel/qt5-core/files/patch-src_corelib_global_qfloat16.cpp (nonexistent) +++ branches/2018Q4/devel/qt5-core/files/patch-src_corelib_global_qfloat16.cpp (revision 481773) @@ -0,0 +1,18 @@ +global/qfloat16.cpp:149:31: error: use of undeclared identifier 'vcvt_f16_f32' + vst1_f16(out_f16 + i, vcvt_f16_f32(vld1q_f32(in + i))); + ^ +global/qfloat16.cpp:159:28: error: use of undeclared identifier 'vcvt_f32_f16' + vst1q_f32(out + i, vcvt_f32_f16(vld1_f16(in_f16 + i))); + ^ + +--- src/corelib/global/qfloat16.cpp.orig 2018-06-15 07:29:31 UTC ++++ src/corelib/global/qfloat16.cpp +@@ -135,7 +135,7 @@ f16cextern void qFloatFromFloat16_fast(float *out, con + #undef f16cextern + } + +-#elif defined(__ARM_FP16_FORMAT_IEEE) && defined(__ARM_NEON__) ++#elif defined(__ARM_FP16_FORMAT_IEEE) && defined(__ARM_NEON__) && (__ARM_FP & 2) + static inline bool hasFastF16() + { + return true; Property changes on: branches/2018Q4/devel/qt5-core/files/patch-src_corelib_global_qfloat16.cpp ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: branches/2018Q4 =================================================================== --- branches/2018Q4 (revision 481772) +++ branches/2018Q4 (revision 481773) Property changes on: branches/2018Q4 ___________________________________________________________________ Modified: svn:mergeinfo ## -0,0 +0,1 ## Merged /head:r481772