CI updates

This commit is contained in:
Markus F.X.J. Oberhumer
2025-03-05 12:13:21 +01:00
parent 903ca50391
commit c2da21ba4e
6 changed files with 115 additions and 108 deletions
+1
View File
@@ -714,6 +714,7 @@ template <class A, class B>
static forceinline bool testNoAliasing(A *a, B *b) noexcept {
return TestNoAliasingStruct<A, B>::test(a, b);
}
template <class T>
struct TestIntegerWrap { // check working -fno-strict-overflow
static inline bool inc_gt(const T x) noexcept { return x + 1 > x; }