-Original Message-
From: JonY
Sent: Monday, May 08, 2017 8:47 PM
To: mingw-w64-public@lists.sourceforge.net
Subject: Re: [Mingw-w64-public] How to access _Decimal64 functions in math.h
[snip]
>>
>> All I get is:
>>
>> C:\Users\sisyphus\AppData\Local\Temp\cc2v
On 05/08/2017 09:59 AM, sisyph...@optusnet.com.au wrote:
> Hi,
>
> math.h prototypes a number of _Decimal32, _Decimal64 and_Decimal128
> functions - eg:
>
> _Decimal64 __cdecl expd64(_Decimal64 _X);
>
> But when I try to compile (gcc -o d64.exe d64.c):
>
> /***/
> /
Hi,
math.h prototypes a number of _Decimal32, _Decimal64 and_Decimal128
functions - eg:
_Decimal64 __cdecl expd64(_Decimal64 _X);
But when I try to compile (gcc -o d64.exe d64.c):
/***/
/* d64.c */
#include
int main(void) {
_Decimal64 x = 2.3DD, ret;
ret = expd6