Displaying 4 results from an estimated 4 matches for "p32584737".
2012 Jul 18
2
[LLVMdev] clan -x assembler fails on vcvttsd2siq instruction
...gt; (tuned BLAS and LAPACK libraries). I ran into this error as well.
>
> error: invalid instruction mnemonic 'vcvttsd2siq'
> vcvttsd2siq %xmm0, %rax
>
> The wrapper script is described here:
> http://old.nabble.com/Re%3a-gcc,-as,-AVX,-binutils-and-MacOS-X-10.7-p32584737.html
>
> JJ
>
>
>
> _______________________________________________
> LLVM Developers mailing list
> LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
2012 Jul 16
0
[LLVMdev] clan -x assembler fails on vcvttsd2siq instruction
...g with GCC 4.7.1 to build ATLAS
(tuned BLAS and LAPACK libraries). I ran into this error as well.
error: invalid instruction mnemonic 'vcvttsd2siq'
vcvttsd2siq %xmm0, %rax
The wrapper script is described here:
http://old.nabble.com/Re%3a-gcc,-as,-AVX,-binutils-and-MacOS-X-10.7-p32584737.html
JJ
2012 Jul 19
0
[LLVMdev] clan -x assembler fails on vcvttsd2siq instruction
...K libraries). I ran into this error as well.
>>
>> error: invalid instruction mnemonic 'vcvttsd2siq'
>> vcvttsd2siq %xmm0, %rax
>>
>> The wrapper script is described here:
>> http://old.nabble.com/Re%3a-gcc,-as,-AVX,-binutils-and-MacOS-X-10.7-p32584737.html
>>
>> JJ
>>
>>
>>
>> _______________________________________________
>> LLVM Developers mailing list
>> LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu
>> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
> _______________________...
2012 Jul 15
3
[LLVMdev] clan -x assembler fails on vcvttsd2siq instruction
Dear llvm developers,
I am trying to run clang assembler to use avx instructions on Mac.
I use gcc 4.7.1 to generate .s files from .c files. I can assemble foo.s by
clang -c -x assembler foo.s
to get foo.o but
clang -c -x assembler foo_long.s
fails with
$clang -x assembler foo_long.s
foo_long.s:27:2: error: invalid instruction mnemonic 'vcvttsd2siq'
vcvttsd2siq %xmm0,