From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 112819 invoked by alias); 26 May 2016 20:59:59 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Received: (qmail 112806 invoked by uid 89); 26 May 2016 20:59:58 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.5 required=5.0 tests=AWL,BAYES_50,RP_MATCHES_RCVD,SPF_HELO_PASS,SPF_PASS autolearn=ham version=3.3.2 spammy=fsf, meissner, sfdf2, Meissner X-HELO: gate.crashing.org Received: from gate.crashing.org (HELO gate.crashing.org) (63.228.1.57) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-SHA encrypted) ESMTPS; Thu, 26 May 2016 20:59:48 +0000 Received: from gate.crashing.org (localhost.localdomain [127.0.0.1]) by gate.crashing.org (8.14.1/8.13.8) with ESMTP id u4QKxiH6005918; Thu, 26 May 2016 15:59:44 -0500 Received: (from segher@localhost) by gate.crashing.org (8.14.1/8.14.1/Submit) id u4QKxh07005916; Thu, 26 May 2016 15:59:43 -0500 Date: Fri, 27 May 2016 08:31:00 -0000 From: Segher Boessenkool To: Michael Meissner , gcc-patches@gcc.gnu.org, David Edelsohn , Bill Schmidt Subject: Re: [PATCH], Add PowerPC ISA 3.0 min/max support Message-ID: <20160526205943.GA4267@gate.crashing.org> References: <20160505191839.GA7023@ibm-tiger.the-meissners.org> <20160509143143.GC31139@gate.crashing.org> <20160526170459.GA14011@ibm-tiger.the-meissners.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20160526170459.GA14011@ibm-tiger.the-meissners.org> User-Agent: Mutt/1.4.2.3i X-IsSubscribed: yes X-SW-Source: 2016-05/txt/msg02142.txt.bz2 On Thu, May 26, 2016 at 01:04:59PM -0400, Michael Meissner wrote: > * config/rs6000/rs6000.md (SFDF2): New iterator to allow doing > conditional moves there the comparison type is different from move > type. s/there/where/ ? > Don't forget to delete this line ;-) > +/* { dg-require-effective-target powerpc_p9vector_ok } */ > +/* { dg-options "-mcpu=power9 -O2 -mpower9-minmax -ffast-math" } */ Does it still need this require if you have these options? The patch is okay for trunk; okay for 6 later. Thanks, Segher