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 cfe3631 + 60a4154 commit 3f3d6a6Copy full SHA for 3f3d6a6
include/proxsuite/linalg/dense/core.hpp
@@ -9,7 +9,8 @@
9
#include <proxsuite/linalg/veg/util/assert.hpp>
10
#include <proxsuite/linalg/veg/memory/dynamic_stack.hpp>
11
12
-#ifndef __aarch64__
+#if !(defined(__aarch64__) || defined(__PPC64__) || defined(__ppc64__) || \
13
+ defined(_ARCH_PPC64))
14
#include <immintrin.h>
15
#endif
16
0 commit comments