public inbox for newlib@sourceware.org
 help / color / mirror / Atom feed
* Soft Floating Point Exceptions
@ 2020-05-25 17:17 Joel Sherrill
  2020-05-25 21:43 ` Brian Inglis
  0 siblings, 1 reply; 3+ messages in thread
From: Joel Sherrill @ 2020-05-25 17:17 UTC (permalink / raw)
  To: Newlib, Eshan Dhawan

Hi

An RTEMS GSoC student (Eshan Dhawan) has almost completed porting the
FreeBSD fenv code to newlib. Unfortunately, the software floating point
code calls  __softfloat_float_raise which has a couple of issues. First, he
can't find the code which probably indicates an issue in the BSD world but
no one likely cares because I doubt there is a BSD install on an ARM with
soft floating point.

Second, to use this in newlib, we will be relying on GCC's soft float
implementation which means something different has to happen. Is there an
equivalent routine in GCC? What should happen for
__softfloat_float_raise()?

Thanks.

--joel

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

end of thread, other threads:[~2020-05-26  4:16 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-25 17:17 Soft Floating Point Exceptions Joel Sherrill
2020-05-25 21:43 ` Brian Inglis
2020-05-26  4:01   ` Brian Inglis

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 read-only IMAP folder(s) and NNTP newsgroup(s).