[llvm-bugs] [Bug 29044] _mm512_reduce_add_ps not implemented
via llvm-bugs
llvm-bugs at lists.llvm.org
Mon Dec 5 01:18:33 PST 2016
https://llvm.org/bugs/show_bug.cgi?id=29044
michael <michael.zuckerman at intel.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |FIXED
--- Comment #3 from michael <michael.zuckerman at intel.com> ---
Hi Hal and Zvi,
I committed two patches addressing this problem. The first patch deals with a
solution for an arithmetic operation like or, and, mul and add.
The second patch fixes the min/max reduce operations.
You can find the full patch in the following link:
add/mul/and/or:
1. https://reviews.llvm.org/D25527
2. committed to rL284963
ii. max/min:
1. https://reviews.llvm.org/D25988
2. committed to rL285493
Thanks,
Michael Zuckerman
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20161205/c244601b/attachment.html>
More information about the llvm-bugs
mailing list