[Bug target/88035] missing _mm512_reduce_round_pd() et al

2021-07-21 Thread hjl.tools at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88035 H.J. Lu changed: What|Removed |Added Resolution|--- |DUPLICATE Target Milestone|---

[Bug target/88035] missing _mm512_reduce_round_pd() et al

2021-07-21 Thread skpgkp2 at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88035 --- Comment #3 from Sunil Pandey --- I added _mm512_reduce_round_pd() and bunch of other missing intrinsic last year. commit 93103603fd66a9fcf3ea2d8b52657e4b2496f544 Author: Sunil K Pandey Date: Wed Oct 14 11:36:39 2020 -0700 x86: Add m

[Bug target/88035] missing _mm512_reduce_round_pd() et al

2018-12-10 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88035 --- Comment #2 from Jakub Jelinek --- I must say I don't understand the #c1 comment, GCC __builtin_ia32_reducepd512_mask etc. don't take the rounding mode argument at all. And not only the _mm_*reduce_round* intrinsics are missing, _mm512_*reduc

[Bug target/88035] missing _mm512_reduce_round_pd() et al

2018-12-10 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88035 Jakub Jelinek changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug target/88035] missing _mm512_reduce_round_pd() et al

2018-12-08 Thread mcccs at gmx dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88035 MCCCS changed: What|Removed |Added CC||mcccs at gmx dot com --- Comment #1 from MCCCS