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 1e9c71b commit 08ccb4bCopy full SHA for 08ccb4b
ompi/mca/op/aarch64/configure.m4
@@ -106,10 +106,10 @@ int main(void) {
106
AC_MSG_CHECKING([for SVE support (with +sve)])
107
AC_LINK_IFELSE(
108
[AC_LANG_SOURCE([[
109
-#if defined(__aarch64__)
+#if defined(__aarch64__) && defined(__linux__)
110
#include <arm_sve.h>
111
#else
112
- #error "not on aarch64"
+ #error "this feature is only supported on aarch64 + linux platforms"
113
#endif
114
115
__attribute__((__target__("+sve")))
0 commit comments