-
Bug
-
Resolution: Duplicate
-
P2: Important
-
None
-
6.6.0
-
None
Hi,
I get following error when buildiwith clang16:
/conan/.conan/data/qt/6.6.0/cassandra/stable/source/qt6/qtbase/src/corelib/global/qtypes.cpp:521:1: error: static assertion failed due to requirement 'std::numeric_limits<unsigned __int128>::max() == static_cast<unsigned __int128>(-1)' 2023-10-31T10:29:08.3750354Z static_assert(std::numeric_limits<quint128>::max() == Q_UINT128_MAX);
On gcc8 I get:
ERROR: x86 intrinsics support missing. Check your compiler settings. If this is an 2023-10-31T10:29:19.9672534Z error, report at https://bugreports.qt.io with your compiler ID and version, 2023-10-31T10:29:19.9673229Z and this output: 2023-10-31T10:29:19.9673440Z 2023-10-31T10:29:19.9673580Z ${TEST_x86intrin_OUTPUT}
Is there a way to explictly disable intrinsic check or fix this issue othwise?
- duplicates
-
QTBUG-117870 icx on windows has an issue with int128 6.6.0 rc
-
- Closed
-