[Bug c++/92013] _mm_broadcastsd_pd missing in avx2intrin.h
DrTroll at gmx dot de
gcc-bugzilla@gcc.gnu.org
Mon Oct 7 17:15:00 GMT 2019
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92013
--- Comment #2 from DrTroll at gmx dot de ---
@H.J. Lu I am aware, that _mm_broadcastsd_pd does the same as _mm_movedup_pd.
However, maybe others are not.
The fact that _mm_broadcastsd_pd is listed in the intel intrinsics guide and
won't compile with GCC while all other relevant compilers (Intel, Clang, MSVC -
tested all on Godbolt) accept it is probably suboptimal.
More information about the Gcc-bugs
mailing list