From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Enge Subject: Re: Qt Date: Thu, 31 Oct 2013 16:35:44 +0100 Message-ID: <20131031153544.GA6511@debian.eduroam.u-bordeaux.fr> References: <20131008190520.GA31264@debian> <87mwmjxym7.fsf@gnu.org> <20131010125952.GA32470@debian.bordeaux.inria.fr> <874n8pe0i2.fsf@gnu.org> <20131010200038.GA16170@debian> <8738o8py5e.fsf@netris.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:40540) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VbuHx-0000AY-V4 for guix-devel@gnu.org; Thu, 31 Oct 2013 11:36:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VbuHq-0000PF-Mm for guix-devel@gnu.org; Thu, 31 Oct 2013 11:36:01 -0400 Content-Disposition: inline In-Reply-To: <8738o8py5e.fsf@netris.org> 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-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Mark H Weaver Cc: guix-devel@gnu.org On Thu, Oct 10, 2013 at 06:19:09PM -0400, Mark H Weaver wrote: > You can assume SSE2 on x86_64, as _all_ x86_64 processors have it. Very well. Here is the list of options to potentially turn off for Qt 4.8.5: "-no-mmx" "-no-3dnow" "-no-sse" "-no-sse2" "-no-sse3" "-no-ssse3" "-no-sse4.1" "-no-sse4.2" "-no-avx" "-no-neon" So I can enable mmx, 3dnow, sse and sse2 on x86_64? Or only sse and sse2? Or only sse2? Qt 5.1.1 also has the following: "-no-avx2" "-no-mips_dsp" "-no-mips_dspr2" How about mips? We agreed to target it at loongson for the time being, then could we enable one or both of the mips related options? Andreas