[Bug target/38671] [4.4 Regression] speed regression with sse intrinsics
pinskia at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Wed Dec 31 07:57:00 GMT 2008
------- Comment #3 from pinskia at gcc dot gnu dot org 2008-12-31 07:56 -------
t.cc: In function Âfloat __vector__ nova::detail::gen_one()Â:
t.cc:34160: warning: Âx is used uninitialized in this function
inline __m128 gen_one(void)
{
__m128i x;
__m128i ones = _mm_cmpeq_epi32(x, x);
return (__m128)_mm_slli_epi32 (_mm_srli_epi32(ones, 25), 23);
}
Is undefined code I think.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38671
More information about the Gcc-bugs
mailing list