On 2012-09-11 11:34:58 -0700, H.J. Lu wrote:
> On Tue, Sep 11, 2012 at 11:31 AM, Mohamed Abou Samra
> wrote:
> > Hi All,
> >
> > I'm trying to write a small program to check the decimal floating
> > point gcc extension but I encountered some problems
> >
> > The program just converts a _Decimal64
On Tue, Sep 11, 2012 at 11:31 AM, Mohamed Abou Samra
wrote:
> Hi All,
>
> I'm trying to write a small program to check the decimal floating point gcc
> extension but I encountered some problems
>
> The program just converts a _Decimal64 number to double to print it and I
> used the function (do
Hi All,
I'm trying to write a small program to check the decimal floating point gcc
extension but I encountered some problems
The program just converts a _Decimal64 number to double to print it and I used
the function (double __bid_truncdddf (_Decimal64 a) as the gnu online docs show)
#includ