aboutsummaryrefslogtreecommitdiff
path: root/contrib/gcc/config/i386/emmintrin.h
Commit message (Collapse)AuthorAgeFilesLines
* Remove contrib/gcc and contrib/gcclibsEd Maste2020-02-291-1506/+0
| | | | | | | | | GCC 4.2.1 was disconnected from FreeBSD in r358454. Sponsored by: The FreeBSD Foundation Notes: svn path=/head/; revision=358459
* Supplement r259111 by also using correct casts in gcc's emmintrin.h forDimitry Andric2014-08-131-1/+1
| | | | | | | | | | | | | | | | | | the first argument of the following builtin function: * __builtin_ia32_psrlqi128() takes __v2di instead of __v4si This should fix the following errors when building the graphics/webp port with base gcc: lossless_sse2.c:403: error: incompatible type for argument 1 of '__builtin_ia32_psrlqi128' lossless_sse2.c:404: error: incompatible type for argument 1 of '__builtin_ia32_psrlqi128' Reported by: Jos Chrispijn <ports@webrz.net> MFC after: 3 days Notes: svn path=/head/; revision=269948
* Use correct casts in gcc's emmintrin.h for the first arguments of theDimitry Andric2013-12-081-3/+3
| | | | | | | | | | | | | | | | | | | | | following builtin functions: * __builtin_ia32_pslldi128() takes __v4si instead of __v8hi * __builtin_ia32_psllqi128() takes __v2di instead of __v8hi * __builtin_ia32_psradi128() takes __v4si instead of __v8hi This should fix the following errors when building the LINT kernel with gcc: sys/crypto/aesni/aesni_wrap.c:191: error: incompatible type for argument 1 of '__builtin_ia32_psradi128' sys/crypto/aesni/aesni_wrap.c:195: error: incompatible type for argument 1 of '__builtin_ia32_pslldi128' MFC after: 3 days Notes: svn path=/head/; revision=259111
* GCC: bring back experimental support for amdfam10/barcelona CPUs.Pedro F. Giffuni2013-06-011-1/+5
| | | | | | | | | | | | | | | | Initial support for the AMD amdfam10 chipsets has been available in the gcc43 branch under GPLv2. AMD and some linux distributions (OpenSUSE) did a backport of the amdfam10 support and made it available. This is a revised subset of the support initially brought in in r236962 and later reverted. The collateral efects seem to have disappeared but it is still recommended to set the CPUTYPE with caution. Reviewed by: jkim (ages ago) MFC after: 3 weeks Notes: svn path=/head/; revision=251212
* GCC 4.2.0 release.Alexander Kabaev2007-05-191-538/+549
| | | | Notes: svn path=/vendor/gcc/dist/; revision=169689
* Gcc 3.4.4 release.Alexander Kabaev2005-06-031-1/+1
| | | | Notes: svn path=/vendor/gcc/dist/; revision=146895
* Gcc 3.4.2 20040728.Alexander Kabaev2004-07-281-15/+7
| | | | Notes: svn path=/vendor/gcc/dist/; revision=132718
* Gcc 3.3.3 20031106.Alexander Kabaev2003-11-071-0/+1499
Notes: svn path=/vendor/gcc/dist/; revision=122180