This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] Update of minimal required version of Binutils to 2.25


Andrew Senkevich <andrew.n.senkevich@gmail.com> writes:

> diff --git a/sysdeps/x86_64/configure.ac b/sysdeps/x86_64/configure.ac
> index 1c2b35f..dcf6cb5 100644
> --- a/sysdeps/x86_64/configure.ac
> +++ b/sysdeps/x86_64/configure.ac
> @@ -26,7 +26,7 @@ LIBC_CONFIG_VAR([config-cflags-avx], [$libc_cv_cc_avx])
>  dnl Check if asm supports AVX512.
>  AC_CACHE_CHECK(for AVX512 support in assembler, libc_cv_asm_avx512, [dnl
>  cat > conftest.s <<\EOF
> -        vmovdqu64 %zmm0, (%rsp)
> +        vandpd (%rax), %zmm6, %zmm1

Please keep them both.

Andreas.

-- 
Andreas Schwab, SUSE Labs, schwab@suse.de
GPG Key fingerprint = 0196 BAD8 1CE9 1970 F4BE  1748 E4D4 88E3 0EEA B9D7
"And now for something completely different."


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]