Displaying 2 results from an estimated 2 matches for "eedc80e2".
Did you mean:
eed88042
2007 Mar 22
0
[LLVMdev] a question about constant fold for fdiv
...sion seems to be
lacking right now :(
http://754r.ucbtest.org/standards/754xml.html#invalid-exception
The above lists all operations that yield a NaN.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20070322/eedc80e2/attachment.html>
2007 Mar 22
2
[LLVMdev] a question about constant fold for fdiv
Jeff Cohen wrote:
> Jeff Cohen wrote:
>> Reid Spencer wrote:
>>> On Thu, 2007-03-22 at 15:50 -0700, leo han wrote:
>>>
>>>> Hello, I have a question about the constant folding for fdiv instructions.
>>>> For the instruction "fdiv double 0.0, 0.0", the folded result is inf. I
>>>> think this should be nan. Can anyone tell