all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Re: [Emacs-diffs] master ab87198: Port better to non-IEEE platforms
       [not found] ` <20180831155211.D90292052C@vcs0.savannah.gnu.org>
@ 2018-09-01  7:50   ` Pip Cet
  2018-09-01  7:53     ` Paul Eggert
  0 siblings, 1 reply; 2+ messages in thread
From: Pip Cet @ 2018-09-01  7:50 UTC (permalink / raw)
  To: emacs-devel, eggert; +Cc: emacs-diffs

On Fri, Aug 31, 2018 at 3:52 PM Paul Eggert <eggert@cs.ucla.edu> wrote:
>     * src/lread.c (string_to_number) [!IEEE_FLOATING_POINT]:
>     Do not use the INFINITY macro, since the C standard requires
>     it to provoke a compile-time error on platforms that do not
>     support infinities.

I'm not sure we want to even support machines that do not have a
concept of infinity; certainly simply treating 1.0e+INF as a symbol in
that case would be confusing?

Which non-IEEE_FLOATING_POINT targets are there? I'm not defining
IEEE_FLOATING_POINT for the SpiderMonkey thing, but I do want
infinities.



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

* Re: master ab87198: Port better to non-IEEE platforms
  2018-09-01  7:50   ` [Emacs-diffs] master ab87198: Port better to non-IEEE platforms Pip Cet
@ 2018-09-01  7:53     ` Paul Eggert
  0 siblings, 0 replies; 2+ messages in thread
From: Paul Eggert @ 2018-09-01  7:53 UTC (permalink / raw)
  To: Pip Cet, emacs-devel; +Cc: emacs-diffs

Pip Cet wrote:
> Which non-IEEE_FLOATING_POINT targets are there?

https://lists.gnu.org/r/emacs-devel/2018-08/msg01069.html


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

end of thread, other threads:[~2018-09-01  7:53 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <20180831155210.25388.93126@vcs0.savannah.gnu.org>
     [not found] ` <20180831155211.D90292052C@vcs0.savannah.gnu.org>
2018-09-01  7:50   ` [Emacs-diffs] master ab87198: Port better to non-IEEE platforms Pip Cet
2018-09-01  7:53     ` Paul Eggert

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.