mailing list of musl libc
 help / color / mirror / code / Atom feed
From: Rich Felker <dalias@aerifal.cx>
To: musl@lists.openwall.com
Subject: Re: Arm AArch64 port - search for interested people
Date: Wed, 11 Sep 2013 12:51:29 -0400	[thread overview]
Message-ID: <20130911165129.GA20515@brightrain.aerifal.cx> (raw)
In-Reply-To: <20130911125851.GE5116@port70.net>

On Wed, Sep 11, 2013 at 02:58:51PM +0200, Szabolcs Nagy wrote:
> * Bortis Kevin <Kevin.Bortis@ruf.ch> [2013-09-11 13:38:03 +0200]:
> > Is someone interessted to help out with a musl ARM Aarch64 port? I got
> > the message, that I will receive a dev board Q2/2014 for a new project,
> > so I hope to have a working musl toolchain by then :)
> > 
> > I have started a wiki page where I gather all Information needed for the
> > port. First step will be, learn A64 assembler/registers and get the ARM
> > Foundation Model running with a Linux distribution. I also hope that the
> > musl documentation with information on musl internals and porting will
> > be finished by then ;)
> > 
> > http://wiki.musl-libc.org/wiki/Porting/AArch64
> 
> it seems long double is IEEE binary128 in the abi,
> but there are no quad precision fp instructions..

It's really unfortunate that AArch64 does not have instructions for
ld128; even if they were unimplemented, they could be emulated to
avoid the hideousness of softfloat.

> so good that i did not remove the ld128 code from libm,
> however complete support will take some time.. and it will
> depend on the soft-float implementation in gcc which has
> fenv issues

I would hope on archs with hardfloat but where long double is
implemented with softfloat, gcc is smart enough to do something with
the fpu to raise the appropriate flags. Any idea if this is the case,
or if the AArch64 ABI mentions the issue at all?

Rich


  reply	other threads:[~2013-09-11 16:51 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-09-11 11:38 Bortis Kevin
2013-09-11 12:58 ` Szabolcs Nagy
2013-09-11 16:51   ` Rich Felker [this message]
2013-09-11 17:53     ` Szabolcs Nagy
2013-09-12  2:11 ` Strake
2014-02-24 17:22 ` Strake
2014-02-24 18:17   ` Szabolcs Nagy
2014-02-24 18:32   ` Rich Felker
2014-02-24 22:48     ` Richard Pennington
2014-02-24 23:10     ` Rich Felker

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=20130911165129.GA20515@brightrain.aerifal.cx \
    --to=dalias@aerifal.cx \
    --cc=musl@lists.openwall.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.
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).