glibc/sysdeps/i386/i686/multiarch
Joseph Myers 1b12cd7f4d Remove configure tests for AVX support.
GCC added support for -mavx and -msse2avx in version 4.4.  Thus the
configure tests for this support are obsolete, and this patch removes
them.

Tested for x86_64 and x86 (testsuite, and that installed stripped
shared libraries are unchanged by this patch).

	* sysdeps/i386/configure.ac (libc_cv_cc_avx): Remove configure
	test.
	(libc_cv_cc_sse2avx): Likewise.
	* sysdeps/i386/configure: Regenerated.
	* sysdeps/i386/i686/multiarch/Makefile
	[$(subdir)$(config-cflags-avx) = mathyes]: Change conditional to
	[$(subdir) = math].
	* sysdeps/i386/i686/multiarch/s_fma-fma.c [HAVE_AVX_SUPPORT]: Make
	code unconditional.
	* sysdeps/i386/i686/multiarch/s_fma.c [HAVE_AVX_SUPPORT]:
	Likewise.
	* sysdeps/i386/i686/multiarch/s_fmaf-fma.c [HAVE_AVX_SUPPORT]:
	Likewise.
	* sysdeps/i386/i686/multiarch/s_fmaf.c [HAVE_AVX_SUPPORT]:
	Likewise.
	* sysdeps/x86_64/configure.ac (libc_cv_cc_avx): Remove configure
	test.
	(libc_cv_cc_sse2avx): Likewise.
	* sysdeps/x86_64/configure: Regenerated.
	* sysdeps/x86_64/Makefile [$(config-cflags-avx) = yes]: Make code
	unconditional.
	* sysdeps/x86_64/dl-trampoline.h (_dl_runtime_profile)
	[HAVE_AVX_SUPPORT || HAVE_AVX512_ASM_SUPPORT]: Make code
	unconditional.
	(_dl_runtime_profile)
	[!(HAVE_AVX_SUPPORT || HAVE_AVX512_ASM_SUPPORT)]: Remove
	conditional code.
	* sysdeps/x86_64/fpu/multiarch/Makefile
	[$(config-cflags-sse2avx) = yes]: Make code unconditional.
	* sysdeps/x86_64/fpu/multiarch/e_atan2.c
	[HAVE_FMA4_SUPPORT || HAVE_AVX_SUPPORT]: Likewise.
	* sysdeps/x86_64/fpu/multiarch/e_exp.c
	[HAVE_FMA4_SUPPORT || HAVE_AVX_SUPPORT]: Likewise.
	* sysdeps/x86_64/fpu/multiarch/e_log.c
	[HAVE_FMA4_SUPPORT || HAVE_AVX_SUPPORT]: Likewise.
	* sysdeps/x86_64/fpu/multiarch/s_atan.c
	[HAVE_FMA4_SUPPORT || HAVE_AVX_SUPPORT]: Likewise.
	* sysdeps/x86_64/fpu/multiarch/s_fma.c [HAVE_AVX_SUPPORT]:
	Likewise.
	* sysdeps/x86_64/fpu/multiarch/s_fmaf.c [HAVE_AVX_SUPPORT]:
	Likewise.
	* sysdeps/x86_64/fpu/multiarch/s_sin.c
	[HAVE_FMA4_SUPPORT || HAVE_AVX_SUPPORT]: Likewise.
	* sysdeps/x86_64/fpu/multiarch/s_tan.c
	[HAVE_FMA4_SUPPORT || HAVE_AVX_SUPPORT]: Likewise.
	* sysdeps/x86_64/multiarch/strcmp.S [HAVE_AVX_SUPPORT]: Likewise.
	* config.h.in (HAVE_AVX_SUPPORT): Remove #undef.
	(HAVE_SSE2AVX_SUPPORT): Likewise.
2015-10-08 15:59:32 +00:00
..
bcopy-sse2-unaligned.S
bcopy-ssse3-rep.S
bcopy-ssse3.S
bcopy.S Update i686 multiarch functions for <cpu-features.h> 2015-08-13 03:41:37 -07:00
bzero-sse2-rep.S
bzero-sse2.S
bzero.S Update i686 multiarch functions for <cpu-features.h> 2015-08-13 03:41:37 -07:00
ifunc-defines.sym Add _dl_x86_cpu_features to rtld_global 2015-08-13 03:41:22 -07:00
ifunc-impl-list.c Update i686 multiarch functions for <cpu-features.h> 2015-08-13 03:41:37 -07:00
locale-defines.sym
Makefile Remove configure tests for AVX support. 2015-10-08 15:59:32 +00:00
memchr-sse2-bsf.S Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
memchr-sse2.S Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
memchr.S Update i686 multiarch functions for <cpu-features.h> 2015-08-13 03:41:37 -07:00
memcmp-sse4.S Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
memcmp-ssse3.S Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
memcmp.S Update i686 multiarch functions for <cpu-features.h> 2015-08-13 03:41:37 -07:00
memcpy_chk.S Update i686 multiarch functions for <cpu-features.h> 2015-08-13 03:41:37 -07:00
memcpy-sse2-unaligned.S Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
memcpy-ssse3-rep.S Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
memcpy-ssse3.S Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
memcpy.S Update i686 multiarch functions for <cpu-features.h> 2015-08-13 03:41:37 -07:00
memmove_chk.S Update i686 multiarch functions for <cpu-features.h> 2015-08-13 03:41:37 -07:00
memmove-sse2-unaligned.S
memmove-ssse3-rep.S
memmove-ssse3.S
memmove.S Update i686 multiarch functions for <cpu-features.h> 2015-08-13 03:41:37 -07:00
mempcpy_chk.S Update i686 multiarch functions for <cpu-features.h> 2015-08-13 03:41:37 -07:00
mempcpy-sse2-unaligned.S
mempcpy-ssse3-rep.S
mempcpy-ssse3.S
mempcpy.S Update i686 multiarch functions for <cpu-features.h> 2015-08-13 03:41:37 -07:00
memrchr-c.c
memrchr-sse2-bsf.S Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
memrchr-sse2.S Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
memrchr.S Update i686 multiarch functions for <cpu-features.h> 2015-08-13 03:41:37 -07:00
memset_chk.S Update i686 multiarch functions for <cpu-features.h> 2015-08-13 03:41:37 -07:00
memset-sse2-rep.S Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
memset-sse2.S Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
memset.S Update i686 multiarch functions for <cpu-features.h> 2015-08-13 03:41:37 -07:00
rawmemchr-sse2-bsf.S
rawmemchr-sse2.S
rawmemchr.S Update i686 multiarch functions for <cpu-features.h> 2015-08-13 03:41:37 -07:00
rtld-strnlen.c
s_fma-fma.c Remove configure tests for AVX support. 2015-10-08 15:59:32 +00:00
s_fma.c Remove configure tests for AVX support. 2015-10-08 15:59:32 +00:00
s_fmaf-fma.c Remove configure tests for AVX support. 2015-10-08 15:59:32 +00:00
s_fmaf.c Remove configure tests for AVX support. 2015-10-08 15:59:32 +00:00
sched_cpucount.c
stpcpy-sse2.S
stpcpy-ssse3.S
stpcpy.S
stpncpy-sse2.S
stpncpy-ssse3.S
stpncpy.S
strcasecmp_l-c.c
strcasecmp_l-sse4.S
strcasecmp_l-ssse3.S
strcasecmp_l.S
strcasecmp-c.c
strcasecmp.S Update i686 multiarch functions for <cpu-features.h> 2015-08-13 03:41:37 -07:00
strcat-sse2.S Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
strcat-ssse3.S Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
strcat.S Move i486/strcat.S to strcat.S 2015-08-27 07:56:41 -07:00
strchr-sse2-bsf.S Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
strchr-sse2.S Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
strchr.S Update i686 multiarch functions for <cpu-features.h> 2015-08-13 03:41:37 -07:00
strcmp-sse4.S Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
strcmp-ssse3.S Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
strcmp.S Update i686 multiarch functions for <cpu-features.h> 2015-08-13 03:41:37 -07:00
strcpy-sse2.S Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
strcpy-ssse3.S Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
strcpy.S Update i686 multiarch functions for <cpu-features.h> 2015-08-13 03:41:37 -07:00
strcspn-c.c
strcspn.S Remove configure tests for SSE4 support. 2015-10-06 20:47:40 +00:00
strlen-sse2-bsf.S Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
strlen-sse2.S Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
strlen.S Update i686 multiarch functions for <cpu-features.h> 2015-08-13 03:41:37 -07:00
strncase_l-c.c
strncase_l-sse4.S
strncase_l-ssse3.S
strncase_l.S
strncase-c.c
strncase.S Update i686 multiarch functions for <cpu-features.h> 2015-08-13 03:41:37 -07:00
strncat-c.c
strncat-sse2.S
strncat-ssse3.S
strncat.S
strncmp-c.c
strncmp-sse4.S
strncmp-ssse3.S
strncmp.S
strncpy-c.c
strncpy-sse2.S
strncpy-ssse3.S
strncpy.S
strnlen-c.c Use libc_hidden_proto / libc_hidden_def with __strnlen. 2015-06-02 20:24:25 +00:00
strnlen-sse2.S
strnlen.S Update i686 multiarch functions for <cpu-features.h> 2015-08-13 03:41:37 -07:00
strpbrk-c.c
strpbrk.S
strrchr-sse2-bsf.S Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
strrchr-sse2.S Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
strrchr.S Update i686 multiarch functions for <cpu-features.h> 2015-08-13 03:41:37 -07:00
strspn-c.c
strspn.S Remove configure tests for SSE4 support. 2015-10-06 20:47:40 +00:00
test-multiarch.c
varshift.c
varshift.h
wcschr-c.c powerpc: Fix __wcschr static build 2015-04-15 16:01:48 -03:00
wcschr-sse2.S Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
wcschr.S Update i686 multiarch functions for <cpu-features.h> 2015-08-13 03:41:37 -07:00
wcscmp-c.c Fix regcomp wcscoll, wcscmp namespace (bug 18497). 2015-06-09 21:07:30 +00:00
wcscmp-sse2.S Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
wcscmp.S Update i686 multiarch functions for <cpu-features.h> 2015-08-13 03:41:37 -07:00
wcscpy-c.c
wcscpy-ssse3.S Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
wcscpy.S Update i686 multiarch functions for <cpu-features.h> 2015-08-13 03:41:37 -07:00
wcslen-c.c
wcslen-sse2.S Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
wcslen.S Update i686 multiarch functions for <cpu-features.h> 2015-08-13 03:41:37 -07:00
wcsrchr-c.c
wcsrchr-sse2.S Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
wcsrchr.S Update i686 multiarch functions for <cpu-features.h> 2015-08-13 03:41:37 -07:00
wmemcmp-c.c
wmemcmp-sse4.S
wmemcmp-ssse3.S
wmemcmp.S Update i686 multiarch functions for <cpu-features.h> 2015-08-13 03:41:37 -07:00