similar to: [LLVMdev] clan -x assembler fails on vcvttsd2siq instruction

Displaying 20 results from an estimated 200 matches similar to: "[LLVMdev] clan -x assembler fails on vcvttsd2siq instruction"

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. >>
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 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. > > Best, > Nobu > > 2012/7/17 jj <h59213 at rtrtr.com>: >> 片山 伸彦
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 Sep 03
1
rsync 2.6.2 with Posix socket on HP-UX
Hi, I tried to compile rsync 2.6.2 as a 64-bit application on HP-UX 11.23. $ CC=cc CFLAGS="-Ae +DD64" configure $ make $ make check 'make check' fails with daemon mode tests with the following error message. rsync: socketpair_tcp failed (Address family not supported by protocol family). There seems to be a problem with the mixture of BSD and Posix socket specification.
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
2009 Jun 23
1
gradually switching regression
Hello, I'm trying to find an algorithm to estimate a switching regression model based on the 1990 Economics Letters paper by Ohtani/Kakimoto/Abe or the earlier version from 1985 (Ohtani/Katayama, Economic Studies Quarterly; assuming as a transition path a polynomial of order 1). I found an idea for using nls here: http://www.biostat.wustl.edu/archives/html/s-news/2000-04/msg00223.html.
2006 Nov 04
0
arrayfields-3.6.0
URLS: - http://raa.ruby-lang.org/project/arrayfields/ - http://www.codeforpeople.com/lib/ruby/arrayfields/ - http://rubyforge.org/projects/arrayfields/ SYNOPSIS: allow keyword access to arrays: require ''arrayfields'' fields = ''name'', ''age'' row = [ ''bob'', 30 ] row.fields = fields row[
2004 Nov 16
0
Re: Win32, file descriptors and rb_io_check_writable()
Hi Park, > That is due to detault translation mode. > > 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
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 more details. >
2006 Aug 03
0
EXT3-fs error (devive dm-0) in start_transaction: Journal has aborted
Hi, Alfred von Campe wrote on Wed, 2 Aug 2006 09:34:06 -0400 > It's time to resurrect this thread from way back in June. I suspect this is more of a HW problem rathan a SW one. About two years ago I had a similar EXT3 fs failure case to develop on a server running Mandrake Linux. My case was due to the fact that this desktop Linux computer had two HDs, where one of them (a Quamtum, top
2006 Jun 09
0
Ruby-GetText-Package-1.6.0
Hi, Ruby-GetText-Package-1.6.0 is now available. Chinese(zh_CN), Italian(it) are supported. Screenshots in 13 language (Sample Rails blog) are: http://www.yotabanana.com/hiki/?ruby-gettext-screenshot Since this release, you can localize your rails plugin easily with gettext. I wrote a small example. If you''re interested in it, check the file in the released tar-ball. # See
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
1998 May 28
0
Windows NT 5.0 and Samba 1.9.18p03
Does someone know how to connect from Windows NT 5.0 to Unix box via samba? The same way of Windows 98 doesn't work at all. I use Windows 98 and there is no problem to connect Unix. Apparently they use the different way to use the plain text password. Thanks, Hiro Katayama Radiation Effects Research Foundtion Hiroshima, JAPAN
2020 Oct 09
0
Wine release 5.19
The Wine development release 5.19 is now available. What's new in this release (see below for details): - Wine Mono engine updated to 5.1.1, with WPF text formatting support. - KERNEL32 library converted to PE. - DSS cryptographic provider. - Windowing support in the new console host. - A number of exception handling fixes. - Various bug fixes. The source is available from the
2008 Nov 21
0
Wine release 1.1.9
The Wine development release 1.1.9 is now available. What's new in this release (see below for details): - A large number of regression test fixes. - Performance improvements in memory management. - Improved POP3 support in inetcomm. - Initial implementation of the XInput DLL. - Various bug fixes. The source is available from the following locations:
2018 Mar 02
0
Wine release 3.3
The Wine development release 3.3 is now available. What's new in this release (see below for details): - Beginnings of Vulkan support. - Direct3D multi-threaded command stream enabled by default. - Multisample textures enabled by default. - Support for game controllers through SDL. - Support for loading CIL-only .Net binaries. - Various bug fixes. The source is available from the
2008 Nov 07
0
Wine release 1.1.8
The Wine development release 1.1.8 is now available. What's new in this release (see below for details): - Substantial parts of inetcomm implemented (for Outlook). - Still better crypt32 support. - Memory management improvements. - Theming support for buttons. - Various bug fixes. The source is available from the following locations:
2010 May 21
0
Wine release 1.2-rc1
The Wine development release 1.2-rc1 is now available. This is the first release candidate for Wine 1.2. It marks the beginning of the code freeze period. Please give this release a good testing to help us make 1.2 as good as possible. What's new in this release (see below for details): - Many new toolbar icons. - Support for alpha blending in image lists. - Much more complete shader