All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Khem Raj" <raj.khem@gmail.com>
To: robert.rosengren@axis.com
Cc: Patches and discussions about the oe-core layer
	<openembedded-core@lists.openembedded.org>
Subject: Re: [OE-core] [PATCH] mpg123: Add support for FPU-less targets
Date: Tue, 9 Feb 2021 11:10:31 -0800	[thread overview]
Message-ID: <CAMKF1spisR5dPaN-1pPsk-kiBjW356znTP2JJt500zuU5CjN=w@mail.gmail.com> (raw)
In-Reply-To: <20210209141616.24276-1-robert.rosengren@axis.com>

is --with-cpu=generic_nofpu applicable for all soft fpu machines or
just arm ? I wonder if it will improve or regress other nofpu
machines. Do you have any data

On Tue, Feb 9, 2021 at 6:16 AM <robert.rosengren@axis.com> wrote:
>
> From: Robert Rosengren <robert.rosengren@axis.com>
>
> Support added to configure mpg123 for FPU-less targets. Building for
> fixed-point arithmetic increases performance on such devices.
>
> Signed-off-by: Robert Rosengren <robert.rosengren@axis.com>
> ---
>  meta/recipes-multimedia/mpg123/mpg123_1.26.4.bb | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/meta/recipes-multimedia/mpg123/mpg123_1.26.4.bb b/meta/recipes-multimedia/mpg123/mpg123_1.26.4.bb
> index c9bbcd30ff..35cad6ffc4 100644
> --- a/meta/recipes-multimedia/mpg123/mpg123_1.26.4.bb
> +++ b/meta/recipes-multimedia/mpg123/mpg123_1.26.4.bb
> @@ -40,6 +40,7 @@ EXTRA_OECONF = " \
>      --with-audio='${AUDIOMODS}' \
>      ${@bb.utils.contains('TUNE_FEATURES', 'neon', '--with-cpu=neon', '', d)} \
>      ${@bb.utils.contains('TUNE_FEATURES', 'altivec', '--with-cpu=altivec', '', d)} \
> +    ${@bb.utils.contains('TARGET_FPU', 'soft', '--with-cpu=generic_nofpu', '', d)} \
>  "
>  # Fails to build with thumb-1 (qemuarm)
>  #| {standard input}: Assembler messages:
> --
> 2.20.1
>
>
> 
>

  reply	other threads:[~2021-02-09 19:10 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-02-09 14:16 [PATCH] mpg123: Add support for FPU-less targets robert.rosengren
2021-02-09 19:10 ` Khem Raj [this message]
2021-02-10 10:53   ` [OE-core] " robert.rosengren
2021-02-10 17:59     ` Khem Raj

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='CAMKF1spisR5dPaN-1pPsk-kiBjW356znTP2JJt500zuU5CjN=w@mail.gmail.com' \
    --to=raj.khem@gmail.com \
    --cc=openembedded-core@lists.openembedded.org \
    --cc=robert.rosengren@axis.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.