[Bug c++/59071] sse2 intrinsics and constant expressions

2014-03-16 Thread mark.j.abraham at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59071

Mark Abraham  changed:

   What|Removed |Added

 CC||mark.j.abraham at gmail dot com

--- Comment #2 from Mark Abraham  ---
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))


[Bug target/101985] vec_cpsgn parameter order

2022-11-17 Thread mark.j.abraham at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101985

Mark Abraham  changed:

   What|Removed |Added

 CC||mark.j.abraham at gmail dot com

--- Comment #11 from Mark Abraham  ---
Also discovered in the SIMD compatibility layer for GROMACS
https://gitlab.com/gromacs/gromacs/-/issues/4661