From owner-svn-src-all@FreeBSD.ORG Sun Aug 17 13:19:42 2014 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 1033) id 6671A8F5; Sun, 17 Aug 2014 13:19:42 +0000 (UTC) Date: Sun, 17 Aug 2014 13:19:42 +0000 From: Alexey Dokuchaev To: Dimitry Andric Subject: Re: svn commit: r270099 - in stable: 10/contrib/gcc/config/i386 9/contrib/gcc/config/i386 Message-ID: <20140817131942.GA38672@FreeBSD.org> References: <201408171308.s7HD8Fnh099147@svn.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201408171308.s7HD8Fnh099147@svn.freebsd.org> User-Agent: Mutt/1.5.23 (2014-03-12) Cc: svn-src-stable@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org, svn-src-stable-9@freebsd.org X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Aug 2014 13:19:42 -0000 On Sun, Aug 17, 2014 at 01:08:15PM +0000, Dimitry Andric wrote: > New Revision: 270099 > URL: http://svnweb.freebsd.org/changeset/base/270099 > > Log: > MFC r269948: > > Supplement r259111 by also using correct casts in gcc's emmintrin.h for > the first argument of the following builtin function: > > * __builtin_ia32_psrlqi128() takes __v2di instead of __v4si Is it applicable to stable/8? If yes, can it be also MFCed there? ./danfe