From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark H Weaver Subject: Re: 01/01: gnu: fftw: Build SIMD codelets. Date: Tue, 08 May 2018 19:29:04 -0400 Message-ID: <87h8nhk9q7.fsf@netris.org> References: <20180417212549.1283.62731@vcs0.savannah.gnu.org> <20180417212551.BB270208E4@vcs0.savannah.gnu.org> <87efisjp91.fsf@netris.org> <87r2mlkgru.fsf@netris.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:54526) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fGC3g-0001wN-Vj for guix-devel@gnu.org; Tue, 08 May 2018 19:30:13 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fGC3d-0008Bh-SJ for guix-devel@gnu.org; Tue, 08 May 2018 19:30:13 -0400 Received: from world.peace.net ([64.112.178.59]:48726) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1fGC3d-0008BB-OE for guix-devel@gnu.org; Tue, 08 May 2018 19:30:09 -0400 In-Reply-To: (Eric Bavier's message of "Tue, 8 May 2018 21:01:29 +0000") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: Eric Bavier Cc: guix-devel@gnu.org Hi Eric, Eric Bavier writes: > Ok, if you feel confident, that's fine with me. > > Otherwise, I have a patch that I've tested on x86-64, and in the > middle of testing for armhf that I can push in a few hours. I could > easily add a commit that remove the "--enable-armv7a-cntvct" flag. Sorry for the duplicate work, but I already pushed my fixes in commit 69d5909e032e2fba57814ea9db52389d384d9341 to core-updates. I tested them on x86_64, but nowhere else. It's not ideal, and I certainly wouldn't do such a thing on 'master', but given the large number of affected builds and my uncertainty about when you would fix it, I didn't want to wait any longer. FYI, I also removed "--enable-armv8-cntvct-el0" on 64-bit ARM, because suggests that as on 32-bit ARM, the relevant instruction is not normally available from user mode. I removed "--enable-mips-zbus-timer" on MIPS as well, because I suspect that it's not supported on Loongson devices, although I'm not certain. If you see any problems with my commit, please let me know. Thanks! Mark