all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Andreas Enge <andreas@enge.fr>
To: Efraim Flashner <efraim@flashner.co.il>
Cc: guix-devel@gnu.org
Subject: Re: Obs on non-x86
Date: Thu, 14 Jul 2016 17:03:01 +0200	[thread overview]
Message-ID: <20160714150301.GA17368@solar> (raw)
In-Reply-To: <20160712080627.GA4575@debian-netbook>

On Tue, Jul 12, 2016 at 11:06:27AM +0300, Efraim Flashner wrote:
> A quick fix would be to change `IF(NOT MSVC)' to `IF(MSVC)' and (without
> checking) that would likely get the old functionality back, but I bet
> there's somewhere else we can change it.

This is a somewhat misleading fix, and if I understand things correctly,
it disables the special instructions "-mmx" etc. everywhere; but we should
keep them for x86_64. For instance, in the definition of zynaddsubfx we have
         (add-after 'unpack 'remove-sse-flags-from-generic-target
          (lambda _
            (substitute* "src/CMakeLists.txt"
              (("-msse -msse2 -mfpmath=sse") "")
              (("-march=(athlon64|core2)" flag)
               (string-append flag " -msse -msse2 -mfpmath=sse")))
            #t)))))

I think this would warrant a bug report upstream, preferably by someone
who uses the package.

Andreas

      parent reply	other threads:[~2016-07-14 15:03 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-07-12  7:00 Obs on non-x86 Andreas Enge
2016-07-12  8:06 ` Efraim Flashner
2016-07-12 10:17   ` Efraim Flashner
2016-07-14 15:03   ` Andreas Enge [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=20160714150301.GA17368@solar \
    --to=andreas@enge.fr \
    --cc=efraim@flashner.co.il \
    --cc=guix-devel@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.