search for: nobu

Displaying 14 results from an estimated 14 matches for "nobu".

Did you mean: nobs
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 fi...
2012 Jul 15
3
[LLVMdev] clan -x assembler fails on vcvttsd2siq instruction
...lid instruction mnemonic 'vcvttsd2siq' vcvttsd2siq %xmm0, %rax ^~~~~~~~~~~ clang can assemble many other .s files with avx instructions. I tried the default clang, clang+llvm 3.1 binary and svn checked out llvm/clang. All same. Have you any idea? Thank you so much! Nobu Nobu Katayama nobu.katayama at ipmu.jp foo.c void foo(int *a, double *b, int n){ int i; for (i=0; i<8*n; i++){ a[i] = b[i]; } } foo_long.c void foo(long *a, double *b, int n){ int i; for (i=0; i<8*n; i++){ a[i] = b[i]; } } diff foo.s foo_long.s 17c17 <...
2012 Jul 19
0
[LLVMdev] clan -x assembler fails on vcvttsd2siq instruction
Hi Nobu, > Thanks for response. Will this be fixed sometime 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. > > Bes...
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 fo...
2010 Sep 10
1
Can I save my console contents automatically?
Dear All, I'm using R for Mac OS X Cocoa GUI R version 2.11.1. I can save contents of my console window by using "command + s", but I would like to do same thing using R commands. My question is can I save the contents automatically by using R editor with some R commands. Thank you. Nobu
2004 Nov 11
3
File.nopen alpha
Hi all, I''ve committed an alpha version of File.nopen (native open) to win32-file. This is a wrapper for CreateFile(). A quick synopsis: * File.nopen(file,access_mode,share_mode,creation_mode,flags) * * A ''native'' open method. This uses CreateFile() behind the scenes instead of * the _open() function. This allows much greater flexibility when it comes * to
2004 Sep 03
1
rsync 2.6.2 with Posix socket on HP-UX
...roblem is that "fd[1]" is non-blocking for the second connect(). I think it can wait till the connection is made and this fixes the problem that the second connect() returns EINPROGRESS. Simply moving "set_blocking(fd[1])" before the connect() solves this problem. Thank you, Nobu Takahashi - HP Japan nt@hpycla.kobe.hp.com
2006 Nov 04
0
arrayfields-3.6.0
...s one to add! - remedied bug where using append feature of assigning with unknow field appedended but did not append to acutal fields - added samples - created rubyforge accnt @ http://rubyforge.org/projects/arrayfields/ 3.2.0: - precedence fix in many methods - thnx. nobu - test for #slice! were not being run - corrected - added test for appeding via "a[''new_field''] = 42" 3.1.0: - added FieldSet class to reduce ram - thnx. Kirk Haines for profiliing memory and prompting this change - interface changed every...
2006 Aug 03
0
EXT3-fs error (devive dm-0) in start_transaction: Journal has aborted
...e CD disk to fix the data errors and limped along for approximately three months. But I but did not manage to pin down the problem till the top HD eventually died and noticed that it was burning hot! So, open the box while it is still running now and feel around to find if something is wrong. - Nobu Toge
2004 Nov 16
0
Re: Win32, file descriptors and rb_io_check_writable()
...> Insert > _setmode(NUM2INT(args[0]),_O_TEXT); > after > RFILE(self)->fptr->mode = rb_io_mode_flags("w+"); > RFILE(self)->fptr->f = rb_fdopen(NUM2INT(args[0]),"w+"); > in case of TEXT MODE. Ah, thanks. On a side note, any clue as to why Nobu''s suggestion doesn''t seem to work? I tried his suggested patch of sending a second argument. It compiles fine, and I don''t get any warnings, but it simply doesn''t seem to write anything to a file when I tried. See my note on the ML for more details. Dan
2004 Nov 16
0
Re: Win32, file descriptors and rb
Hi Dan, > > Hi Park, > > On a side note, any clue as to why Nobu''s suggestion doesn''t seem to > work? I tried his suggested patch of sending a second argument. It > compiles fine, and I don''t get any warnings, but it simply doesn''t seem > to write anything to a file when I tried. > > See my note on the ML for...
2006 Jun 09
0
Ruby-GetText-Package-1.6.0
...ge is looked up in its class/module and ancestors. You don''t need to call bindtextdomain in each files. # A textdomain belong to a file in previous version. # And a message is looked up in the file which called # GetText functions only. Thanks to: babie, charlie, Nobuhiro IMAI, Hiroyuki Iwatsuki, Yingfeng, Marco Lazzeri, Nobu Nakada, Gudao Luo, markus koller, and others. Website ------- http://rubyforge.org/projects/gettext/ * Download http://rubyforge.org/frs/?group_id=855&release_id=2856 * Ruby-GetText-Package HOWTOs http://www.yotabanana.com/hiki/...
1997 Jul 22
7
R-alpha: New version of R for testing
The newest version of R for Unix (version 0.50 alpha-1) is now (or will soon be) available from the following sites. NORTH AMERICA: http://lib.stat.cmu.edu/R/Alpha EUROPE: ftp://ftp.stat.math.ethz.ch/R/ ftp://statlab.uni-heidelberg.de/pub/mirrors/auckland/R/ JAPAN: ftp://ftp.u-aizu.ac.jp/pub/lang/R/ NEW ZEALAND: ftp://stat.auckland.ac.nz/pub/R/
2005 Feb 14
8
DONT_RESOLVE_DLL_REFERENCES info
For future reference, it looks like we should avoid DONT_RESOLVE_DLL_REFERENCES in any extensions. http://weblogs.asp.net/oldnewthing/archive/2005/02/14/372266.aspx Regards, Dan