Re: GCC decimal floating point support

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Wed, Feb 12, 2025 at 10:59:47PM +0300, Eugene Galkin via Gcc-help wrote:
> I found janis187@xxxxxxxxxx address in the decimal.h header file. But that
> address doesn't seem to work.

Janis has been retired for over ten years.  Her current email address as
stated in MAINTAINERS still should work fine though.

> 2. Is there currently any way to convert decimal<N> types to/from string?

libdfp provides hooks for this.

For calculation you typically write just plain C code like for any other
type, like    a = b + c;   that kind of thing.  Ans constants get the
"dd" suffix.

If you have more specific questions, please provide (compilable!)
example code?


Segher



[Index of Archives]     [Linux C Programming]     [Linux Kernel]     [eCos]     [Fedora Development]     [Fedora Announce]     [Autoconf]     [The DWARVES Debugging Tools]     [Yosemite Campsites]     [Yosemite News]     [Linux GCC]

  Powered by Linux