search for: use_s

Displaying 7 results from an estimated 7 matches for "use_s".

Did you mean: users
2002 Jul 22
7
[Bug 367] patches for Cray port
http://bugzilla.mindrot.org/show_bug.cgi?id=367 ------- Additional Comments From wendyp at cray.com 2002-07-23 08:38 ------- Created an attachment (id=134) cray patches ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
2012 Apr 16
0
[LLVMdev] Representing -ffast-math at the IR level
[Resend as I forgot this list doesn't set reply-to to list. Oops] On Sun, Apr 15, 2012 at 10:20 AM, Renato Golin <rengolin at systemcall.org> wrote: > On 15 April 2012 09:07, Duncan Sands <baldrick at free.fr> wrote: >> Link-time optimization will sometimes result in "fast-math" functions being >> inlined into non-fast math functions and vice-versa.  This
2012 Apr 15
3
[LLVMdev] Representing -ffast-math at the IR level
Hi Dmitry, > That's possible (I already discussed this with Chandler), but in my opinion is > only worth doing if we see unreasonable increases in bitcode size in real code. > > > What is reasonable or not is defined not only by absolute numbers (0.8% or any > other number). Does it make sense to increase bitcode size by 1% if it's used > only by math library
2007 May 12
5
[OT] Is data copyrightable?
Dear all, This is a little bit off-topic, but I was wondering if anyone has any informed opinion on whether data (ie. a dataset) is copyrightable? Hadley
2007 Feb 23
2
OCFS 1.2.4 memory problems still?
I have a 2 node cluster of HP DL380G4s. These machines are attached via scsi to an external HP disk enclosure. They run 32bit RH AS 4.0 and OCFS 1.2.4, the latest release. They were upgraded from 1.2.3 only a few days after 1.2.4 was released. I had reported on the mailing list that my developers were happy, and things seemed faster. However, twice in that time, the cluster has gone down due
2004 May 17
1
batch-mode fixes [was: [PATCH] fix read-batch SEGFAULT]
Chris, to put things in the right prespective, you should read (if you haven't done so already) the original paper describing the design behind batch mode. The design and implementation of this functionality goes back to a project called the Internet2 Distributed Storage Infrastructure (I2-DSI). As part of that project, the authors created a modified version of rsync (called rsync+)
2011 May 10
13
Proposed table specification (long!)
Gentlefolk, I have been thinking on Markdown's lack of "proper" table support for a long while now. Here's where I have arrived... ## I Don't Like HTML Tables It is often argued that embedded HTML is the way to markdown rich tables. Unfortunately, this contradicts the higher markdown ideal that a raw markdown document (including tables!) should be good 1. Firstly for