Skip to content

Commit 35c9b93

Browse files
committed
config: remove erroneous define
This removes a copy-and-paste error where we were setting the OPAL_ASM_SYNC_HAVE_64BIT more than once. References #3993. Close when on master and v3.0.x. Signed-off-by: Nathan Hjelm <[email protected]>
1 parent a7a3042 commit 35c9b93

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

config/opal_config_asm.m4

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -207,9 +207,6 @@ __atomic_add_fetch(&tmp64, 1, __ATOMIC_RELAXED);],
207207
[AC_MSG_RESULT([no])
208208
$2])
209209
210-
AC_DEFINE_UNQUOTED([OPAL_ASM_SYNC_HAVE_64BIT],[$opal_asm_sync_have_64bit],
211-
[Whether 64-bit is supported by the __sync builtin atomics])
212-
213210
# Check for 128-bit support
214211
OPAL_CHECK_GCC_BUILTIN_CSWAP_INT128
215212
])

0 commit comments

Comments
 (0)