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 3dcb288 commit 5add9b9Copy full SHA for 5add9b9
src/rt/rust_test_helpers.c
@@ -269,10 +269,7 @@ LARGE_INTEGER increment_all_parts(LARGE_INTEGER li) {
269
return li;
270
}
271
272
-#define DO_INT128_TEST !(defined(WIN32) || defined(_WIN32) || defined(__WIN32)) && \
273
- defined(__amd64__)
274
-
275
-#if DO_INT128_TEST
+#if !(defined(WIN32) || defined(_WIN32) || defined(__WIN32)) && defined(__amd64__)
276
277
unsigned __int128 identity(unsigned __int128 a) {
278
return a;
0 commit comments