mailing list of musl libc
 help / color / mirror / code / Atom feed
From: Rich Felker <dalias@libc.org>
To: "Gamble, Bradley" <bradley.gamble@ncipher.com>,
	"musl@lists.openwall.com" <musl@lists.openwall.com>
Subject: Re: [musl] Support for PowerPC64 devices lacking AltiVec extentions
Date: Fri, 7 Aug 2020 11:22:33 -0400	[thread overview]
Message-ID: <20200807152231.GA3265@brightrain.aerifal.cx> (raw)
In-Reply-To: <20200807104600.GB879655@port70.net>

On Fri, Aug 07, 2020 at 12:46:00PM +0200, Szabolcs Nagy wrote:
> * Gamble, Bradley <bradley.gamble@ncipher.com> [2020-08-07 10:15:38 +0000]:
> > I was initially encountering exceptions with longjmp()/setjmp()
> > due to the use of lvx/stvx instructions to store and restore
> > vector registers. These vector registers are AltiVec-specific and
> > are not required for devices that do not have the AltiVec
> > extentions, so simply removing them was enough to allow musl to
> > function properly on e5500 devices.
> > 
> > I initially considered whether a compile-time check in the
> > configure script was possible, however I believe this has to be a
> > run-time check to query whether the processor supports AltiVec
> > extentions and to conditionally store/restore the registers if it
> > does. I see that Arm targets use __hwcap for platform-specific
> > functionality, and in hwcap.h for PowerPC64 there is a
> > "PPC_FEATURE_HAS_ALTIVEC" definition.
> > 
> > Would this be the correct way to detect this platform-specific behavior?
> 
> __hwcap is the right check (e.g. used in the arm setjmp)
> 
> it works if the missing altivec does not affect the call abi
> of standard c functions (otherwise fixing setjmp/longjmp alone
> will not help: a separate build of libc is needed targetting
> your system's call abi).

I believe we determined that lack of altivec does not affect ABI, at
least not without use of 128-bit long double (which we don't do;
musl's long double on powerpc64 is 64-bit). So based on what I
remember of past discussions, I think it's fine to just add the branch
on __hwcap.

Rich

      reply	other threads:[~2020-08-07 15:22 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-08-07 10:15 Gamble, Bradley
2020-08-07 10:46 ` Szabolcs Nagy
2020-08-07 15:22   ` Rich Felker [this message]

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=20200807152231.GA3265@brightrain.aerifal.cx \
    --to=dalias@libc.org \
    --cc=bradley.gamble@ncipher.com \
    --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).