[llvm-bugs] [Bug 23937] AVX512: scalar FMA 132/231 instructions are not supported
via llvm-bugs
llvm-bugs at lists.llvm.org
Tue Jan 19 15:57:49 PST 2016
https://llvm.org/bugs/show_bug.cgi?id=23937
Hal Finkel <hfinkel at anl.gov> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
CC| |hfinkel at anl.gov
Resolution|--- |FIXED
--- Comment #1 from Hal Finkel <hfinkel at anl.gov> ---
This works on trunk:
$ echo '0x62 0xf2 0xf5 0x08 0xa9 0xc2' | llvm-mc -triple x86_64-unknown-unknown
-mcpu=knl -disassemble
.text
vfmadd213sd %xmm2, %xmm1, %xmm0
$ echo '0x62 0xf2 0xf5 0x08 0xb9 0xc2' | llvm-mc -triple x86_64-unknown-unknown
-mcpu=knl -disassemble
.text
vfmadd231sd %xmm2, %xmm1, %xmm0
$ echo '0x62 0xf2 0xf5 0x08 0x99 0xc2' | llvm-mc -triple x86_64-unknown-unknown
-mcpu=knl -disassemble
.text
vfmadd132sd %xmm2, %xmm1, %xmm0
--
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/20160119/049d124e/attachment.html>
More information about the llvm-bugs
mailing list