mailing list of musl libc
 help / color / mirror / code / Atom feed
* 32-bit double and long double
@ 2018-11-26 15:25 Eugene Sharygin
  2018-11-26 17:03 ` Rich Felker
  0 siblings, 1 reply; 8+ messages in thread
From: Eugene Sharygin @ 2018-11-26 15:25 UTC (permalink / raw)
  To: musl

Hi,

We're using Musl on a platform where both float, double, and long double
are in IEEE-754 binary32 format, and I'm wondering if a patch that lifts
some of the assumptions made regarding widths of floating-point types
would be accepted.

Here is the relevant excerpt from the documentation:

> Floating-point formats are assumed to be IEEE-754 binary32 format for
> float and IEEE-754 binary64 for double.
>
> Supported long double formats: IEEE-754 binary64 (ld64) and x86 80 bit
> extended precision format (ld80) are fully supported and there is
> partial support for IEEE-754 binary128 (ld128).

Eugene


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2018-11-27 12:52 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-11-26 15:25 32-bit double and long double Eugene Sharygin
2018-11-26 17:03 ` Rich Felker
2018-11-26 17:30   ` Eugene Sharygin
2018-11-26 17:35   ` Eugene Sharygin
2018-11-26 17:36   ` Jon Chesterfield
2018-11-26 18:19     ` Szabolcs Nagy
2018-11-27  2:32     ` Rich Felker
2018-11-27 12:52       ` Szabolcs Nagy

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/musl/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).