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.
2 parents 0173926 + 0b8f817 commit 9906fedCopy full SHA for 9906fed
bolt/runtime/hugify.cpp
@@ -6,8 +6,8 @@
6
//
7
//===---------------------------------------------------------------------===//
8
9
-#if defined(__x86_64__) || \
10
- (defined(__aarch64__) || defined(__arm64__)) && !defined(__APPLE__)
+#if (defined(__x86_64__) || defined(__aarch64__) || defined(__arm64__)) && \
+ !defined(__APPLE__)
11
12
#include "common.h"
13
0 commit comments