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 6ad922b commit 0b8f817Copy full SHA for 0b8f817
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