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 e895da1 + 365dc65 commit 63f7768Copy full SHA for 63f7768
config/opal_config_asm.m4
@@ -658,7 +658,7 @@ AC_DEFUN([OPAL_CONFIG_ASM],[
658
# C11 atomics, but have not apparently found a build we are happy
659
# with. In the future, this should be changed to a check for a
660
# particular Intel version.
661
- AS_IF([test "$atomics_found" = "no" -a "$enable_c11_atomics" == "yes" -a "$opal_cv_c11_supported" = "yes" -a "$opal_cv_c_compiler_vendor" != "intel"],
+ AS_IF([test "$atomics_found" = "no" -a "$enable_c11_atomics" != "no" -a "$opal_cv_c11_supported" = "yes" -a "$opal_cv_c_compiler_vendor" != "intel"],
662
[AC_MSG_NOTICE([Using C11 atomics])
663
OPAL_CHECK_C11_CSWAP_INT128
664
want_c11_atomics=1
0 commit comments