On Fri, Jul 16, 2010 at 13:17, Kai Tietz <ktiet...@googlemail.com> wrote:

> The feature of decimal-floating-point isn't enabled in gcc for
> cygwin/mingw targets. Question for those targets are, which
> decimal-floating-point variant should be used, is there any support by
> runtime, which ISO-Spec it the Decimal128 type in #c following? etc.
> As long as those points aren't clarified I don't want to enable this
> feature for win32.
>
> Regards,
> Kai
>

Thanks.

>From gcc\gcc\configure.ac, I see decimal float only enabled on
targets: powerpc*-*-linux* | i?86*-*-linux* | x86_64*-*-linux*

Can I enable decimal float support by simple add

i?86*-*-mingw* | x86_64*-*-mingw*

to the targets list ?

I found gcc implement decimal64 and decimal128 by decNumber, not
by decDouble and decQuad. But in the decNumber performance page:

http://speleotrove.com/decimal/dnperf.html

I see decDouble and decQuad much fast than decNumber, is there any
realization of consideration ?

Regards,
Dongsheng
------------------------------------------------------------------------------
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
_______________________________________________
Mingw-w64-public mailing list
Mingw-w64-public@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public

Reply via email to