mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-16 05:21:16 +02:00
12 lines
397 B
C++
12 lines
397 B
C++
--- ./src/corelib/global/qfloat16.cpp.orig 2019-01-28 19:11:52.000000000 +0200
|
|
+++ ./src/corelib/global/qfloat16.cpp 2019-03-17 19:22:28.509900000 +0200
|
|
@@ -135,7 +135,7 @@
|
|
#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;
|