Skip to content

Commit 589f958

Browse files
fjahrsipa
andcommitted
build: Check for 128 bit integer support
Used in MuHash3072 implementation. Co-authored-by: Pieter Wuille <[email protected]>
1 parent 1811e48 commit 589f958

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

configure.ac

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -753,6 +753,9 @@ if test x$use_lcov_branch != xno; then
753753
AC_SUBST(LCOV_OPTS, "$LCOV_OPTS --rc lcov_branch_coverage=1")
754754
fi
755755

756+
dnl Check for __int128
757+
AC_CHECK_TYPES([__int128])
758+
756759
dnl Check for endianness
757760
AC_C_BIGENDIAN
758761

0 commit comments

Comments
 (0)