We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74f0051 commit 21bff9cCopy full SHA for 21bff9c
flang/include/flang/Common/uint128.h
@@ -261,7 +261,7 @@ template <bool IS_SIGNED = false> class Int128 {
261
using UnsignedInt128 = Int128<false>;
262
using SignedInt128 = Int128<true>;
263
264
-#if !AVOID_NATIVE_UINT128_t && (defined __GNUC__ || defined __clang__) && \
+#if !AVOID_NATIVE_UINT128_T && (defined __GNUC__ || defined __clang__) && \
265
defined __SIZEOF_INT128__
266
using uint128_t = __uint128_t;
267
using int128_t = __int128_t;
0 commit comments