On Wed, Aug 10, 2011 at 6:46 AM, Richard Guenther <richard.guent...@gmail.com> wrote: > On Sat, Mar 29, 2008 at 10:11 PM, H.J. Lu <hjl.to...@gmail.com> wrote: >> This patch restores proper checking the third argument on blendpd and >> and blendps. It also adds 2 tests, including pblendw. Tested on >> Linux/Intel64. OK to install? > > The gcc.target/i386/sse4_1-blendps-2.c test randomly fails because > src3 is used uninitialized. >
SRC2 may be uninitialized. But I never saw random failures since it checks if random value in SRC2 is properly blended. -- H.J.