From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27520 invoked by alias); 25 May 2013 04:07:37 -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 27500 invoked by uid 89); 25 May 2013 04:07:35 -0000 X-Spam-SWARE-Status: No, score=-3.3 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,KHOP_THREADED,RCVD_IN_DNSWL_LOW,RCVD_IN_HOSTKARMA_YE,SPF_PASS autolearn=ham version=3.3.1 Received: from mail-vc0-f176.google.com (HELO mail-vc0-f176.google.com) (209.85.220.176) by sourceware.org (qpsmtpd/0.84/v0.84-167-ge50287c) with ESMTP; Sat, 25 May 2013 04:07:34 +0000 Received: by mail-vc0-f176.google.com with SMTP id ha11so3628664vcb.35 for ; Fri, 24 May 2013 21:07:32 -0700 (PDT) MIME-Version: 1.0 X-Received: by 10.58.233.233 with SMTP id tz9mr10447923vec.13.1369454852876; Fri, 24 May 2013 21:07:32 -0700 (PDT) Received: by 10.220.175.131 with HTTP; Fri, 24 May 2013 21:07:32 -0700 (PDT) In-Reply-To: <20130523035946.GA29062@ibm-tiger.the-meissners.org> References: <20130520204053.GA21090@ibm-tiger.the-meissners.org> <20130520231307.GA538@ibm-tiger.the-meissners.org> <20130523035946.GA29062@ibm-tiger.the-meissners.org> Date: Sat, 25 May 2013 04:07:00 -0000 Message-ID: Subject: Re: [PATCH, rs6000] power8 patches, patch #2, add crypto builtins From: David Edelsohn To: Michael Meissner , David Edelsohn , GCC Patches , Pat Haugen , Peter Bergner Content-Type: text/plain; charset=ISO-8859-1 X-SW-Source: 2013-05/txt/msg01555.txt.bz2 [gcc/testsuite] 2013-05-20 Michael Meissner * gcc.target/powerpc/crypto-builtin-1.c: New file, test for power8 crypto builtins. The testcase needs to check something more than /* { dg-require-effective-target powerpc_vsx_ok } */ I don't know if we need to separate the new VSX operations from the crypto opterations, but the new testcases need to ensure that the assembler and/or processor support the new instructions. Thanks, David