[Bug c++/59071] sse2 intrinsics and constant expressions
mark.j.abraham at gmail dot com
gcc-bugzilla@gcc.gnu.org
Sun Mar 16 10:45:00 GMT 2014
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59071
Mark Abraham <mark.j.abraham at gmail dot com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |mark.j.abraham at gmail dot com
--- Comment #2 from Mark Abraham <mark.j.abraham at gmail dot com> ---
The same error message with 4.8.2 is provoked by
_mm_srli_si128((x), sizeof(int) * (i))
and is fixed by
_mm_srli_si128((x), 4 * (i))
More information about the Gcc-bugs
mailing list