We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
SECP_64BIT_ASM_CHECK
1 parent 8746600 commit 7efc983Copy full SHA for 7efc983
build-aux/m4/bitcoin_secp.m4
@@ -1,7 +1,7 @@
1
dnl escape "$0x" below using the m4 quadrigaph @S|@, and escape it again with a \ for the shell.
2
AC_DEFUN([SECP_64BIT_ASM_CHECK],[
3
AC_MSG_CHECKING(for x86_64 assembly availability)
4
-AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[
+AC_LINK_IFELSE([AC_LANG_PROGRAM([[
5
#include <stdint.h>]],[[
6
uint64_t a = 11, tmp;
7
__asm__ __volatile__("movq \@S|@0x100000000,%1; mulq %%rsi" : "+a"(a) : "S"(tmp) : "cc", "%rdx");
0 commit comments