search for: warren

Displaying 20 results from an estimated 1348 matches for "warren".

2007 May 25
3
[LLVMdev] Problems compiling llvm-gcc4 frontend on x86_64
...as: ../src/configure --prefix=`pwd`../install --enable-optimized --enable-jit --enable-targets=host-only (There is no llvm-gcc in the path) 5. make ENABLE_OPTIMIZED=1 6. Configure the frontend as: ../llvm-gcc4-2.0.source/configure --prefix=`pwd`../install --program-prefix=llvm- --enable-llvm=/home/warren/llvm/obj/ --enable-languages=c,c++ --disable-shared 7. make LLVM_VERSION_INFO=2.0 This produced errors from the assembler. I reran the failing command with -v, and got the output below. I then changed the command to use -S instead of -c, the resulting assembler is attached. Any advice gratefull...
2007 May 26
0
[LLVMdev] Problems compiling llvm-gcc4 frontend on x86_64
Hi Warren, You have the -m32 flag set, but it's still giving you this: > Warning: Generation of 64-bit code for a 32-bit processor requested. > Warning: 64-bit processors all have at least SSE2. But are you sure you want to compile the LLVM-GCC source? You should use the binaries unless absolu...
2012 Nov 21
1
about index speed of xapian
...} } database.close(); std::cout << now.elapsed() << std::endl; } catch (const Xapian::Error& error) { std::cout << error.get_msg() << std::endl; } the following is the index result: total 1.9G -rw-rw-r-- 1 warren warren 0 11-21 17:07 flintlock -rw-rw-r-- 1 warren warren 28 11-21 17:07 iamchert -rw-rw-r-- 1 warren warren 22K 11-21 17:24 postlist.baseA -rw-rw-r-- 1 warren warren 20K 11-21 17:22 postlist.baseB -rw-rw-r-- 1 warren warren 1.4G 11-21 17:24 postlist.DB -rw-rw-r-- 1 warren warren 2.0K 11-21...
2007 May 26
1
[LLVMdev] Problems compiling llvm-gcc4 frontend on x86_64
Hi Warren, you can try to configure with the following export CFLAGS="-m64" export LDFLAGS="-L/usr/lib64" LLVM: ../src/configure --prefix=`pwd`../install --enable-optimized --enable-jit --enable-targets=host-only make LLVM-GCC: ../llvm-gcc4-2.0.source/configure --prefix=`pwd`../install...
2016 Nov 17
2
RFC: Consider changing the semantics of 'fast' flag implying all fast-math-flags
> On Nov 16, 2016, at 6:22 PM, Ristow, Warren <warren.ristow at sony.com> wrote: > > > ... except that Warren’s proposal that started this discussion seems to imply that he > > has a use case that requires reciprocals to be turned off separately. > > Just to close this loose end, yes I have a use case. > >...
2016 Nov 17
2
RFC: Consider changing the semantics of 'fast' flag implying all fast-math-flags
> On Nov 17, 2016, at 1:44 PM, Mehdi Amini via llvm-dev <llvm-dev at lists.llvm.org> wrote: > >> >> On Nov 17, 2016, at 1:24 PM, Ristow, Warren <warren.ristow at sony.com> wrote: >> >> On the plus side, I'm glad to see the conclusions of the last couple of posts. >> >> From Mehdi: >> >>> Hope this clarify where I see the direction going, and even if you don’t agree with my >>> re...
2016 Nov 17
3
RFC: Consider changing the semantics of 'fast' flag implying all fast-math-flags
...lly needs arcp >> without fp-contract=fast or vice versa, or who needs both of these but >> not the X*log2(0.5*Y) transform you mentioned, and so on.[1] I just wanted to mention that fp-contract relates to things like FMA and shouldn’t be confused with fast-math. -Andy From: Ristow, Warren [mailto:warren.ristow at sony.com] Sent: Thursday, November 17, 2016 12:51 AM To: mehdi.amini at apple.com Cc: Kaylor, Andrew <andrew.kaylor at intel.com>; llvm-dev at lists.llvm.org; Nicolai Hähnle <nhaehnle at gmail.com> Subject: RE: [llvm-dev] RFC: Consider changing the semantics of...
2018 May 04
2
Samba HOWTO wiki bug: chcon samba_share_t
On May 4, 2018, at 3:03 PM, Akemi Yagi <amyagi at gmail.com> wrote: > > On Fri, May 4, 2018 at 12:03 PM, Warren Young <warren at etr-usa.com> wrote: >> >> $ sudo chcon -R -t samba_share_t /path/to/share > > Updated the page as suggested. Thanks. Thanks! I now see another instance of this in section 3. Instead of copying the text verbatim, it should probably be: chcon -R -...
2016 Nov 17
4
RFC: Consider changing the semantics of 'fast' flag implying all fast-math-flags
> On Nov 16, 2016, at 10:04 PM, Ristow, Warren <warren.ristow at sony.com> wrote: > > > Can you elaborate what kind of runtime failure is the reciprocal transformation triggering? > > Yes. It was along the lines of: > > { > float x = a / c; > float y = b / c; > > if (y == 1.0f...
2016 Nov 17
2
RFC: Consider changing the semantics of 'fast' flag implying all fast-math-flags
...o do: float tmp = 1.0f / c; float x = a * tmp; float y = b * tmp; when they specified '-ffast-math -fno-reciprocal-math'. They can rightfully come back and say "what do you mean by '-fno-reciprocal-math'?" I have to call that a compiler-bug. Thanks! -Warren -----Original Message----- From: Nicolai Hähnle [mailto:nhaehnle at gmail.com] Sent: Thursday, November 17, 2016 12:36 PM To: Kaylor, Andrew <andrew.kaylor at intel.com>; Ristow, Warren <warren.ristow at sony.com>; mehdi.amini at apple.com Cc: llvm-dev at lists.llvm.org Subject: Re: [...
2016 Nov 17
4
RFC: Consider changing the semantics of 'fast' flag implying all fast-math-flags
...timization and figure out which flags it actually requires. I suspect that in many cases the “new” flag (i.e. allowing reassociation, etc.) will be what is actually needed anyway. I would be inclined to agree with Niolai’s suggestion of combining all the flags related to value safety, except that Warren’s proposal that started this discussion seems to imply that he has a use case that requires reciprocals to be turned off separately. -Andy From: llvm-dev [mailto:llvm-dev-bounces at lists.llvm.org] On Behalf Of Mehdi Amini via llvm-dev Sent: Wednesday, November 16, 2016 8:55 AM To: Ristow, Warren...
2006 Jun 08
21
"Rails recipes" vs "Rails cookbook"
...s of contents and haven''t yet made up my mind. Is one book clearly better than the other? Is one clearly full of bugs? Is one so much further ahead that there is no choice? Are they both so incomplete that I should just wait and only cook real food? Do trains still have dining cars? Warren Fred -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060608/c5a0d235/attachment.html
2018 May 04
3
Samba HOWTO wiki bug: chcon samba_share_t
On Fri, 2018-05-04 at 14:55 -0700, Akemi Yagi wrote: > On Fri, May 4, 2018 at 2:26 PM, Warren Young <warren at etr-usa.com> > wrote: > > On May 4, 2018, at 3:03 PM, Akemi Yagi <amyagi at gmail.com> wrote: > > > > > > On Fri, May 4, 2018 at 12:03 PM, Warren Young <warren at etr-usa.com > > > > wrote: > > > > > > > &...
2003 Oct 31
14
help please
can someone please tell me why everyone else can connect to my samba server but me? I mean I even went as far as installing a new OS ("down-graded" back to win2k). I really need help trying to figure out why. If someone can help me in figuring that out, please let me know. And by the way...I already tried the router thing....same issue. So the router doesnt matter because I disabled the
2004 Aug 10
0
Shockwave Flash player for CentOS [Fwd from Warren Togami]
So there's your answer, Rick. How persistent are you? :-) Michael ----- Forwarded message from Warren Togami <warren at togami.com> ----- >So, Warren, how'd you do it? :) 3 months of harassing them and several NDA and licensing agreements I had to sign. Good luck... Warren ----- End forwarded message ----- -- Michael Jennings (a.k.a. KainX) http://www.kainx.org/ <mej at ka...
2007 Jul 11
1
"Exclude" test fails on OS X (i386 Darwin 8.10.1)
...0.1 RELEASE_I386. It just hangs there until CTL-C. The same test passes on the G4 PPC Darwin 8.10.0, and on i686 Xeon (Slackware 12 in a Parallels VM on the Intel Darwin 8.10.1)). The log file looks like this: ----- starrt ----- Testing for symlinks using 'test -h' makepath /Users/warren/src/rsync/testtmp/exclude/from/foo/down/to/you makepath /Users/warren/src/rsync/testtmp/exclude/from/foo/sub makepath /Users/warren/src/rsync/testtmp/exclude/from/bar/down/to/foo/too makepath /Users/warren/src/rsync/testtmp/exclude/from/bar/down/to/bar/baz makepath /...
2005 Sep 11
4
Returned mail: see transcript for details (fwd)
Every post I do to this mailinglist is followed by a bounce message from "centos.5.warren at recursor.net". I have no clue why this is being send to me, afaics some IP address is being blacklisted but I am not related to it. Am I the only one who gets this and can we remove this person from the mailinglist ? Kind regards, -- dag wieers, dag at wieers.com, http://dag.wieers...
2006 Jun 19
7
Read command
Hi, I'm using the Read command the read a DTMF tone. In this read command I play a voice-file. But now when I press one off they keys of my telephone the voice-file will stop playing a the program go the next priority. Is it possible to play the voice-file until the right DTMF tone is pressed? (say for instance the Zero). Kind regards Arjan Kroon Mobillion B.V.
2006 Jun 19
8
How to use a data T-1?
...a "data side", each with part of the channels available. Once you have a channelized voice T1, it can plug into a voice T1 card in your Asterisk, but typically can't do data anymore, so if that's not what you intend, then please explain further.. -----Original Message----- From: Warren [mailto:warren-lists@icruise.com] Sent: Monday, June 19, 2006 10:16 AM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: [Asterisk-Users] How to use a data T-1? I have a data T-1 available to me to do some testing of a new asterisk systemthat I am putting together. Do I just l...
2010 Feb 02
5
Passwordless ssh
On Mac OS, in order to allow ssh using dsa keys, I would copy ~/.ssh/id_dsa.pub from my machine into ~/.ssh/authorized_keys of the target machine. I've created .ssh directories in my account home as well as in /root and copied the respective keys to authorized_keys files in each. Strangely, I can now ssh as root with no password but my own user account still prompts for a password. What