Displaying 2 results from an estimated 2 matches for "852c2963".
Did you mean:
052cf963
2014 Jun 25
2
[LLVMdev] problem with X86's AVX assembler?
Hi,
I am trying to assemble below instruction with latest LLVM code, but fail.
Am I doing something wrong, or is this a bug?
$ echo "vaddps zmm7 {k6}, zmm2, zmm4,
{rd-sae}"|./Release+Asserts/bin/llvm-mc -assemble -triple=x86_64 -mcpu=knl
-show-encoding -x86-asm-syntax=intel
.text
<stdin>:1:31: error: unknown token in expression
vaddps zmm7 {k6}, zmm2, zmm4, {rd-sae}
2014 Jun 26
2
[LLVMdev] problem with X86's AVX assembler?
...x86_64
.text
<stdin>:1:4: error: invalid input token
62 f1 6c 1e 58 fc
I hope there is a plan to o support this SAE stuff soon?
Thanks,
Jun
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20140626/852c2963/attachment.html>