Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Gustavo Zacarias <gustavo@zacarias.com.ar>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 1/2] powerpc/spe: tweak glibc/eglibc/uclibc combinations
Date: Thu, 11 Sep 2014 18:45:09 -0300	[thread overview]
Message-ID: <541217E5.2020405@zacarias.com.ar> (raw)
In-Reply-To: <20140911225715.70f88987@free-electrons.com>

On 09/11/2014 05:57 PM, Thomas Petazzoni wrote:

> I'm not sure to fully understand: is PowerPC really using *soft-float*
> as in all floating point operations are emulated in software? Or is it
> a difference similar to the difference between hardfp and softfp on ARM
> (both use the FPU and floating point instructions, it's only a
> different ABI, where hardfp passes floating point arguments in floating
> point registers, while softfp passes floating point arguments in
> integer registers).

It's similar to the ARM scenario, yes.
In the SPE ABI there are no FPU registers at all, it's just an extension
of GP-ones (say 32+32 bit for DP/E500v2).
In libc-land uclibc uses the 'old' ABI (direct hard float), and so did
eglibc <= 2.18 (glibc i think never got that part officially).
To avoid re-explaining: http://www.eglibc.org/archives/patches/msg01291.html
I hope it's clear enough :)
Regards.

      reply	other threads:[~2014-09-11 21:45 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-09-11 11:56 [Buildroot] [PATCH 1/2] powerpc/spe: tweak glibc/eglibc/uclibc combinations Gustavo Zacarias
2014-09-11 11:56 ` [Buildroot] [PATCH 2/2] arch/powerpc: default to soft-float for SPE ABI Gustavo Zacarias
2014-09-11 20:57 ` [Buildroot] [PATCH 1/2] powerpc/spe: tweak glibc/eglibc/uclibc combinations Thomas Petazzoni
2014-09-11 21:45   ` Gustavo Zacarias [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=541217E5.2020405@zacarias.com.ar \
    --to=gustavo@zacarias.com.ar \
    --cc=buildroot@busybox.net \
    /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