vendor/libsodium/autom4te.cache/output.6 in rbnacl-libsodium-1.0.9 vs vendor/libsodium/autom4te.cache/output.6 in rbnacl-libsodium-1.0.10

- old
+ new

@@ -1,8 +1,8 @@ @%:@! /bin/sh @%:@ Guess values for system-dependent variables and create Makefiles. -@%:@ Generated by GNU Autoconf 2.69 for libsodium 1.0.9. +@%:@ Generated by GNU Autoconf 2.69 for libsodium 1.0.10. @%:@ @%:@ Report bugs to <https://github.com/jedisct1/libsodium/issues>. @%:@ @%:@ @%:@ Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc. @@ -588,12 +588,12 @@ MAKEFLAGS= # Identity of this package. PACKAGE_NAME='libsodium' PACKAGE_TARNAME='libsodium' -PACKAGE_VERSION='1.0.9' -PACKAGE_STRING='libsodium 1.0.9' +PACKAGE_VERSION='1.0.10' +PACKAGE_STRING='libsodium 1.0.10' PACKAGE_BUGREPORT='https://github.com/jedisct1/libsodium/issues' PACKAGE_URL='https://github.com/jedisct1/libsodium' ac_unique_file="src/libsodium/sodium/version.c" # Factoring default headers for most tests. @@ -1382,11 +1382,11 @@ # if test "$ac_init_help" = "long"; then # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF -\`configure' configures libsodium 1.0.9 to adapt to many kinds of systems. +\`configure' configures libsodium 1.0.10 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... To assign environment variables (e.g., CC, CFLAGS...), specify them as VAR=VALUE. See below for descriptions of some of the useful variables. @@ -1452,11 +1452,11 @@ _ACEOF fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of libsodium 1.0.9:";; + short | recursive ) echo "Configuration of libsodium 1.0.10:";; esac cat <<\_ACEOF Optional Features: --disable-option-checking ignore unrecognized --enable/--with options @@ -1589,11 +1589,11 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -libsodium configure 1.0.9 +libsodium configure 1.0.10 generated by GNU Autoconf 2.69 Copyright (C) 2012 Free Software Foundation, Inc. This configure script is free software; the Free Software Foundation gives unlimited permission to copy, distribute and modify it. @@ -1958,11 +1958,11 @@ } @%:@ ac_fn_c_check_func cat >config.log <<_ACEOF This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by libsodium $as_me 1.0.9, which was +It was created by libsodium $as_me 1.0.10, which was generated by GNU Autoconf 2.69. Invocation command line was $ $0 $@ _ACEOF @@ -2894,11 +2894,11 @@ fi # Define the identity of the package. PACKAGE='libsodium' - VERSION='1.0.9' + VERSION='1.0.10' cat >>confdefs.h <<_ACEOF @%:@define PACKAGE "$PACKAGE" _ACEOF @@ -15561,15 +15561,43 @@ CFLAGS_AVX="-mavx2" else : fi + { $as_echo "$as_me:${as_lineno-$LINENO}: checking if _mm256_broadcastsi128_si256 is correctly defined" >&5 +$as_echo_n "checking if _mm256_broadcastsi128_si256 is correctly defined... " >&6; } + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +#pragma GCC target("avx2") +#include <immintrin.h> + +int +main () +{ + __m256i y = _mm256_broadcastsi128_si256(_mm_setzero_si128()); + ; + return 0; +} +_ACEOF +if ac_fn_c_try_compile "$LINENO"; then : + { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 +$as_echo "yes" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } + +$as_echo "@%:@define _mm256_broadcastsi128_si256 _mm_broadcastsi128_si256" >>confdefs.h + fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext + +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } +fi +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext CFLAGS="$oldcflags" oldcflags="$CFLAGS" { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether C compiler accepts -maes" >&5 $as_echo_n "checking whether C compiler accepts -maes... " >&6; } @@ -17465,11 +17493,11 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 # Save the log message, to keep $0 and so on meaningful, and to # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by libsodium $as_me 1.0.9, which was +This file was extended by libsodium $as_me 1.0.10, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES CONFIG_HEADERS = $CONFIG_HEADERS CONFIG_LINKS = $CONFIG_LINKS @@ -17523,10 +17551,10 @@ _ACEOF cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_version="\\ -libsodium config.status 1.0.9 +libsodium config.status 1.0.10 configured by $0, generated by GNU Autoconf 2.69, with options \\"\$ac_cs_config\\" Copyright (C) 2012 Free Software Foundation, Inc. This config.status script is free software; the Free Software Foundation