[llvm-bugs] [Bug 32304] AVX512: _mm512_sin_ps and similar intrinsics missing
via llvm-bugs
llvm-bugs at lists.llvm.org
Thu Mar 16 10:00:47 PDT 2017
https://bugs.llvm.org/show_bug.cgi?id=32304
Craig Topper <craig.topper at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |craig.topper at gmail.com
Resolution|--- |WONTFIX
Status|NEW |RESOLVED
--- Comment #2 from Craig Topper <craig.topper at gmail.com> ---
These intrinsics don't correspond to single instructions. They are part of
Intel's SVML math library which ships with the Intel compiler.
Neither clang or gcc are likely to ever support these as it would require a
math library to be created and released with the compiler.
--
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/20170316/5f9aa0ac/attachment.html>
More information about the llvm-bugs
mailing list