search for: rtrtr

Displaying 5 results from an estimated 5 matches for "rtrtr".

Did you mean: trtr
2012 Jul 18
2
[LLVMdev] clan -x assembler fails on vcvttsd2siq instruction
Hi all, Thanks for response. Will this be fixed sometime soon? Is there anything I can do to make it work in my copy of the latest llvm source? Best, Nobu 2012/7/17 jj <h59213 at rtrtr.com>: > 片山 伸彦 <nobu.katayama <at> ipmu.jp> writes: > >> >> 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 >&...
2012 Jul 25
2
Obtain residuals from a Principal Component Analysis
Hi everyone, I am relatively new to R, and I need to perform the principal components analysis of a data matrix. I know that there are a bunch of methods to do it (dudi.pca, princomp, prcomp...) but I have not managed to find a method that can return the residuals obtained by retaining X principal components of the original data, as this MATLAB function can do: http://is.gd/6WeUFF Suggestions?
2012 Jul 19
0
[LLVMdev] clan -x assembler fails on vcvttsd2siq instruction
...etime soon? did you open a bug report? > Is there anything I can do to make it work in my copy of the latest llvm source? Are you sure that vcvttsd2siq %xmm0, %rax is correct and this isn't a gcc bug? Ciao, Duncan. > > Best, > Nobu > > 2012/7/17 jj <h59213 at rtrtr.com>: >> 片山 伸彦 <nobu.katayama <at> ipmu.jp> writes: >> >>> >>> 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 file...
2012 Jul 16
0
[LLVMdev] clan -x assembler fails on vcvttsd2siq instruction
片山 伸彦 <nobu.katayama <at> ipmu.jp> writes: > > 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 > >
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,