summaryrefslogtreecommitdiff
path: root/dev-qt/qtbase/files/qtbase-6.6.3-gcc14-avx512fp16.patch
blob: e7eb9dcc9209c298a48f1f171828f3f4ec547a1e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Simply disable the broken path rather than worry about it for now.

Likely an easy fix but would rather this be handled upstream and
reported by someone that is affected and can test.

https://bugs.gentoo.org/926287
--- a/src/gui/painting/qrgbafloat.h
+++ b/src/gui/painting/qrgbafloat.h
@@ -20,5 +20,5 @@
 public:
     using Type = F;
-#if defined(__AVX512FP16__) && QFLOAT16_IS_NATIVE
+#if 0
     // AVX512FP16 has multiplication instructions
     using FastType = F;