all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: iyzsong@member.fsf.org (宋文武)
To: "Ludovic Courtès" <ludo@gnu.org>
Cc: guix-devel@gnu.org
Subject: Re: [PATCH 2/2] gnu: zita-convolver: Drop the '-march=native' optimization.
Date: Thu, 07 Jan 2016 22:53:45 +0800	[thread overview]
Message-ID: <8760z51lvq.fsf@member.fsf.org> (raw)
In-Reply-To: <8737u9ttjh.fsf@gnu.org> ("Ludovic Courtès"'s message of "Thu, 07 Jan 2016 14:20:50 +0100")

ludo@gnu.org (Ludovic Courtès) writes:

> 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.
Pushed, hopefully this will fix it on i686 too.
>
> 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?
Yes, it actually has:
  CXXFLAGS =+ -ffast-math -funroll-loops -O3

      reply	other threads:[~2016-01-07 14:54 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
2016-01-07 14:53         ` 宋文武 [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=8760z51lvq.fsf@member.fsf.org \
    --to=iyzsong@member.fsf.org \
    --cc=guix-devel@gnu.org \
    --cc=ludo@gnu.org \
    /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.