mirror of
https://github.com/bitcoin/bitcoin.git
synced 2024-11-20 02:25:40 +01:00
configure: Initialise assembly enable_* variables
This commit is contained in:
parent
afe0875577
commit
4207c1b35c
@ -314,6 +314,11 @@ if test "x$CXXFLAGS_overridden" = "xno"; then
|
|||||||
AX_CHECK_COMPILE_FLAG([-Wimplicit-fallthrough],[NOWARN_CXXFLAGS="$NOWARN_CXXFLAGS -Wno-implicit-fallthrough"],,[[$CXXFLAG_WERROR]])
|
AX_CHECK_COMPILE_FLAG([-Wimplicit-fallthrough],[NOWARN_CXXFLAGS="$NOWARN_CXXFLAGS -Wno-implicit-fallthrough"],,[[$CXXFLAG_WERROR]])
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
enable_hwcrc32=no
|
||||||
|
enable_sse41=no
|
||||||
|
enable_avx2=no
|
||||||
|
enable_shani=no
|
||||||
|
|
||||||
if test "x$use_asm" = "xyes"; then
|
if test "x$use_asm" = "xyes"; then
|
||||||
|
|
||||||
# Check for optional instruction set support. Enabling these does _not_ imply that all code will
|
# Check for optional instruction set support. Enabling these does _not_ imply that all code will
|
||||||
|
Loading…
Reference in New Issue
Block a user