public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
From: Joseph Myers <joseph@codesourcery.com>
To: Jonathan Wakely <jwakely.gcc@gmail.com>
Cc: "Jason Merrill" <jason@redhat.com>,
	"Ulrich Weigand" <uweigand@de.ibm.com>,
	"Pat Haugen" <pthaugen@us.ibm.com>,
	"Tobias Schlüter" <tobias.schlueter@physik.uni-muenchen.de>,
	"Hartmut Penner" <hepenner@us.ibm.com>,
	"Paul Clarke" <pc@us.ibm.com>,
	"Jerry DeLisle" <jvdelisle@gcc.gnu.org>,
	"Tobias Burnus" <tobias@codesourcery.com>,
	"Daniel Kraft" <d@domob.eu>, "Paul Thomas" <pault@gcc.gnu.org>,
	"Janus Weil" <janus@gcc.gnu.org>,
	"Daniel Franke" <franke.daniel@gmail.com>,
	"Thomas König" <tkoenig@gcc.gnu.org>,
	"Uros Bizjak" <ubizjak@gmail.com>, "Carl Love" <cel@us.ibm.com>,
	"Janne Blomqvist" <jb@gcc.gnu.org>,
	"Jakub Jelinek" <jakub@redhat.com>,
	"Michael Meissner" <meissner@linux.ibm.com>,
	"Segher Boessenkool" <segher@kernel.crashing.org>,
	"Richard Earnshaw" <richard.earnshaw@arm.com>,
	"Pedro Franco de Carvalho" <pedromfc@linux.ibm.com>,
	"Tulio Magno Quites Machado Filho" <tuliom@linux.ibm.com>,
	"Jan Hubicka" <hubicka@ucw.cz>,
	"Erik Edelmann" <erik.edelmann@iki.fi>,
	"gcc Mailing List" <gcc@gcc.gnu.org>,
	"Richard Biener" <rguenther@suse.de>,
	"Nathan Sidwell" <nathan@acm.org>,
	"Mikael Morin" <mikael@gcc.gnu.org>,
	"Carlos O'Donell" <carlos@systemhalted.org>,
	"Ramana Radhakrishnan" <ramana.radhakrishnan@arm.com>,
	"François-Xavier Coudert" <fxcoudert@gcc.gnu.org>
Subject: Re: First set of patches to allow changing the long double default were posted:
Date: Tue, 29 Sep 2020 16:53:43 +0000	[thread overview]
Message-ID: <alpine.DEB.2.21.2009291652000.13847@digraph.polyomino.org.uk> (raw)
In-Reply-To: <CAH6eHdT5=OUbEhiK+KO=MLNyO0y+FiDFiLDxYXpbCPe4KO7-4A@mail.gmail.com>

On Tue, 29 Sep 2020, Jonathan Wakely via Gcc wrote:

> I imagine C++  will want to support _Float128 at some point, with
> similar semantics to C.

Unless it chooses a class-based approach like that used for 
std::decimal::decimal128.

-- 
Joseph S. Myers
joseph@codesourcery.com

  reply	other threads:[~2020-09-29 16:53 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-08-07 20:55 Changes to allow PowerPC to change the long double type to use the IEEE 128-bit floating point format Michael Meissner
2020-08-07 21:14 ` PowerPC long double Mangling Michael Meissner
2020-09-09 13:42   ` Jonathan Wakely
2020-09-09 15:36     ` Segher Boessenkool
2020-09-09 17:06       ` Thomas Koenig
2020-09-09 17:32         ` Segher Boessenkool
2020-09-09 17:41           ` Jakub Jelinek
2020-09-09 18:49             ` Segher Boessenkool
2020-09-15  5:37     ` Michael Meissner
2020-09-15  7:09       ` Jakub Jelinek
2020-08-08 13:33 ` Changes to allow PowerPC to change the long double type to use the IEEE 128-bit floating point format Thomas König
2020-08-08 20:17   ` Thomas König
2020-08-10 16:53   ` Michael Meissner
2020-08-15  7:58     ` Thomas König
2020-08-08 13:44 ` H.J. Lu
2020-09-24 21:00 ` First set of patches to allow changing the long double default were posted: Michael Meissner
2020-09-28 16:38   ` Joseph Myers
2020-09-28 21:07     ` Michael Meissner
2020-09-28 21:19       ` Jakub Jelinek
2020-09-28 22:13       ` Joseph Myers
2020-09-29 16:34         ` Jonathan Wakely
2020-09-29 16:53           ` Joseph Myers [this message]
2020-10-08  0:00           ` Michael Meissner
2020-10-08  1:30             ` Segher Boessenkool

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=alpine.DEB.2.21.2009291652000.13847@digraph.polyomino.org.uk \
    --to=joseph@codesourcery.com \
    --cc=carlos@systemhalted.org \
    --cc=cel@us.ibm.com \
    --cc=d@domob.eu \
    --cc=erik.edelmann@iki.fi \
    --cc=franke.daniel@gmail.com \
    --cc=fxcoudert@gcc.gnu.org \
    --cc=gcc@gcc.gnu.org \
    --cc=hepenner@us.ibm.com \
    --cc=hubicka@ucw.cz \
    --cc=jakub@redhat.com \
    --cc=janus@gcc.gnu.org \
    --cc=jason@redhat.com \
    --cc=jb@gcc.gnu.org \
    --cc=jvdelisle@gcc.gnu.org \
    --cc=jwakely.gcc@gmail.com \
    --cc=meissner@linux.ibm.com \
    --cc=mikael@gcc.gnu.org \
    --cc=nathan@acm.org \
    --cc=pault@gcc.gnu.org \
    --cc=pc@us.ibm.com \
    --cc=pedromfc@linux.ibm.com \
    --cc=pthaugen@us.ibm.com \
    --cc=ramana.radhakrishnan@arm.com \
    --cc=rguenther@suse.de \
    --cc=richard.earnshaw@arm.com \
    --cc=segher@kernel.crashing.org \
    --cc=tkoenig@gcc.gnu.org \
    --cc=tobias.schlueter@physik.uni-muenchen.de \
    --cc=tobias@codesourcery.com \
    --cc=tuliom@linux.ibm.com \
    --cc=ubizjak@gmail.com \
    --cc=uweigand@de.ibm.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).