all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: ludo@gnu.org (Ludovic Courtès)
To: Ricardo Wurmus <rekado@elephly.net>
Cc: guix-devel@gnu.org
Subject: Re: [PATCH 2/2] gnu: zita-convolver: Drop the '-march=native' optimization.
Date: Thu, 07 Jan 2016 14:20:50 +0100	[thread overview]
Message-ID: <8737u9ttjh.fsf@gnu.org> (raw)
In-Reply-To: <87ziwh4wfo.fsf@elephly.net> (Ricardo Wurmus's message of "Thu, 07 Jan 2016 09:37:31 +0100")

Ricardo Wurmus <rekado@elephly.net> skribis:

> 宋文武 <iyzsong@member.fsf.org> writes:
>
>> Ricardo Wurmus <rekado@elephly.net> writes:
>>
>>>> +              (snippet
>>>> +               ;; Don't optimize for a specific processor architecture.
>>>> +               '(substitute* "libs/Makefile"
>>>> +                  (("^CXXFLAGS \\+= -march=native") "")))
>>>> +              (modules '((guix build utils)))
>>>
>>> Is this to avoid that packages are optimised for the CPU of the build
>>> slave?
>> Yes, using that from hydra will crash guitarix for me.
>> Same as: <https://bugs.archlinux.org/task/36248>.
>
> Guitarix also crashes for me on i686 — and I thought it was something to
> do with my machine or the broken build of eigen.

Eigen is a header-only library, so what matters is the optimization
flags passed when building the software that uses Eigen.

>>> If so, could we instead pass different optimisation flags for
>>> different architectures?  For a convolver I’d prefer to have *some*
>>> optimisation, even if it’s just the greatest common divisor.

It’s likely that zita-convolver has -O2 or similar *in addition* to
-march=native, because the latter is no substitute for the former.

Could you check that in the makefiles?

But yeah, the patch is a good idea anyway.

Thanks,
Ludo’.

  reply	other threads:[~2016-01-07 13:20 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-01-06 15:48 [PATCH 2/2] gnu: zita-convolver: Drop the '-march=native' optimization 宋文武
2016-01-06 21:13 ` Ricardo Wurmus
2016-01-07  3:58   ` 宋文武
2016-01-07  8:37     ` Ricardo Wurmus
2016-01-07 13:20       ` Ludovic Courtès [this message]
2016-01-07 14:53         ` 宋文武

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=8737u9ttjh.fsf@gnu.org \
    --to=ludo@gnu.org \
    --cc=guix-devel@gnu.org \
    --cc=rekado@elephly.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.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

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.