Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date: Wed, 20 Feb 2019 17:37:59 +0100
From: Szabolcs Nagy <nsz@...t70.net>
To: musl@...ts.openwall.com
Subject: Re: Stdio resource usage

* Markus Wichmann <nullplan@....net> [2019-02-20 16:47:40 +0100]:
> On Wed, Feb 20, 2019 at 11:49:01AM +0100, Szabolcs Nagy wrote:
> > aarch64 has 128 bit fp regs, so in principle future arch extension
> > may add 128bit instructions without breaking abi. (which may happen
> > if aarch64 gets adoption in supercomputers, e.g. powerpc64 did that)
> > 
> 
> Say, if IEEE quad is causing problems, wouldn't it be possible to
> compile a tool chain with long double == double for the time being?

of course if you are writing your own os you can do all sorts of things,
but toolchains will follow the pcs abi in general which says that
long double == ieee binary128

e.g. gcc does not have a config option to turn long double type into
binary64 on aarch64. so you would have to maintain your own gcc fork.

Powered by blists - more mailing lists

Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.