]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC r269948:
authordim <dim@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Sun, 17 Aug 2014 13:08:15 +0000 (13:08 +0000)
committerdim <dim@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Sun, 17 Aug 2014 13:08:15 +0000 (13:08 +0000)
commitae762188ce9fd8747603b15adf883ea5900b6fb7
treed8c52f71698623d06e714ba0197a3f9f56753152
parent9e40effa5ba64770f5698053dfacc491006bccc4
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

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>

git-svn-id: svn://svn.freebsd.org/base/stable/10@270099 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
contrib/gcc/config/i386/emmintrin.h