Displaying 2 results from an estimated 2 matches for "r218935".
2015 Oct 20
2
[compiler-rt] Undefined negation in float emulation functions
...indicate this. Indeed there is a later
comment in this function that indicates INT_MIN is an anticipated input, but the negation has already occurred by this
point.
I am not a floating point expert, so perhaps I am missing some subtlety here. If so, apologies for the noise. The above
refers to r218935 and similar code is present in __floatsisf.
Thanks,
Matthew
2015 Oct 24
2
[compiler-rt] Undefined negation in float emulation functions
.... Indeed there is a later comment in this function that indicates INT_MIN is an anticipated input, but the negation has already occurred by this point.
>>
>> I am not a floating point expert, so perhaps I am missing some subtlety here. If so, apologies for the noise. The above refers to r218935 and similar code is present in __floatsisf.
>>
>> Thanks,
>> Matthew
>> _______________________________________________
>> LLVM Developers mailing list
>> llvm-dev at lists.llvm.org
>> http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev
>