Will do, thanks.
Thanks
On Tue, Jul 17, 2018, 3:24 PM Ramana Radhakrishnan <
ramana@googlemail.com> wrote:
> On Tue, Jul 17, 2018 at 10:41 AM, Umesh Kalappa
> wrote:
> > Hi Nagy,
> >
> > Please help us with your comments on the attached patch for the issue
> > (https://gcc.gnu.org/bugzilla/
On Tue, Jul 17, 2018 at 10:41 AM, Umesh Kalappa
wrote:
> Hi Nagy,
>
> Please help us with your comments on the attached patch for the issue
> (https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86512)
>
> Thank you and waiting for your inputs on the same.
Patches should be sent to gcc-patc...@gcc.gnu
Hi Nagy,
Please help us with your comments on the attached patch for the issue
(https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86512)
Thank you and waiting for your inputs on the same.
~Umesh
On Fri, Jul 13, 2018 at 1:22 PM, Umesh Kalappa wrote:
> Thank you and issue raised at
> https://gcc.gnu
Thank you and issue raised at
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86512
~Umesh
On Thu, Jul 12, 2018 at 9:33 PM, Szabolcs Nagy wrote:
> On 12/07/18 16:20, Umesh Kalappa wrote:
>>
>> Hi everyone,
>>
>> we have our source base ,that was compiled for armv7 on gcc8.1 with
>> soft-float and
On 12/07/18 16:20, Umesh Kalappa wrote:
Hi everyone,
we have our source base ,that was compiled for armv7 on gcc8.1 with
soft-float and for following input
a=0x0010
b=0x0001
result = a - b ;
we are getting the result as "0x000e" and with
-mhard-float (dis
Hi everyone,
we have our source base ,that was compiled for armv7 on gcc8.1 with
soft-float and for following input
a=0x0010
b=0x0001
result = a - b ;
we are getting the result as "0x000e" and with
-mhard-float (disabled the flush to zero mode ) we are getti