[Bug c++/92013] _mm_broadcastsd_pd missing in avx2intrin.h
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
[Bug c++/92013] _mm_broadcastsd_pd missing in avx2intrin.h
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92013 --- Comment #1 from H.J. Lu --- _mm_broadcastsd_pd is mapped to MOVDDUP __m128d _mm_movedup_pd (__m128d a); which is available with SSE3.