mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-03-05 14:06:27 -05:00
build: Check for 128 bit integer support
Used in MuHash3072 implementation. Co-authored-by: Pieter Wuille <pieter.wuille@gmail.com>
This commit is contained in:
parent
1811e488d5
commit
589f958662
1 changed files with 3 additions and 0 deletions
|
@ -753,6 +753,9 @@ if test x$use_lcov_branch != xno; then
|
|||
AC_SUBST(LCOV_OPTS, "$LCOV_OPTS --rc lcov_branch_coverage=1")
|
||||
fi
|
||||
|
||||
dnl Check for __int128
|
||||
AC_CHECK_TYPES([__int128])
|
||||
|
||||
dnl Check for endianness
|
||||
AC_C_BIGENDIAN
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue