From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 55098 invoked by alias); 13 Jun 2017 13:22:32 -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 55002 invoked by uid 89); 13 Jun 2017 13:22:31 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy= X-HELO: mail-qt0-f175.google.com Received: from mail-qt0-f175.google.com (HELO mail-qt0-f175.google.com) (209.85.216.175) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 13 Jun 2017 13:22:30 +0000 Received: by mail-qt0-f175.google.com with SMTP id u12so171451647qth.0 for ; Tue, 13 Jun 2017 06:22:34 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=+LLhXB6teg3Mptc2wDsBP+3kwVjayUrofmgB+vbjgBw=; b=nTSqbv0k4ylWoWqfRIh6a05vn9Zlz9aBz/VeQJfvqXJqxqIq/qjDE+IzxJXsnez7RD uOwIPU1QmLwBGwLj8ruH2cL5HxTKctfsXi1iAy5QgLHSd+ZM0CTf6vGEe0aTWrYy7MNL 2tD4oDUnKM/UT7F35WtzX89aVU+btPVuy0i4M/9qjbeMonKIDijfmTlyE9I4Z4Gk8f+5 KrKCImbHdxxV+94bqp9X6FOdS5ZVckcR8wptmD/PNuqHpRJpfhu8ZYqHcNEx589FNs+p sL4NgLZdZSoAl1zNDmRBt0NXwhKj5Qg1uW0DlqQ2T6iaudYJLhe4Lbp+A0j/CCLybi/v qRGQ== X-Gm-Message-State: AKS2vOwvKn4CNJoq+QnvEIDdaFghhwIgl95M6+cstTEI2x+/5DMh/fnU nOgPWocnP3iOYkYDnHBwWdrBpPQ7PQ== X-Received: by 10.200.36.144 with SMTP id s16mr13236544qts.224.1497360153153; Tue, 13 Jun 2017 06:22:33 -0700 (PDT) MIME-Version: 1.0 Received: by 10.12.175.164 with HTTP; Tue, 13 Jun 2017 06:22:32 -0700 (PDT) In-Reply-To: <001a03a259770f9ddc7526fba7fce95e23a1cd7d.1497353003.git.segher@kernel.crashing.org> References: <001a03a259770f9ddc7526fba7fce95e23a1cd7d.1497353003.git.segher@kernel.crashing.org> From: David Edelsohn Date: Tue, 13 Jun 2017 13:22:00 -0000 Message-ID: Subject: Re: [PATCH 8/9] rs6000: Remove VECTOR_SPE To: Segher Boessenkool Cc: GCC Patches Content-Type: text/plain; charset="UTF-8" X-SW-Source: 2017-06/txt/msg00935.txt.bz2 On Tue, Jun 13, 2017 at 8:53 AM, Segher Boessenkool wrote: > 2017-06-13 Segher Boessenkool > > * config/rs6000/rs6000-opts.h (enum rs6000_vector): Delete VECTOR_SPE. > * config/rs6000/rs6000.c (rs6000_debug_vector_unit): Delete VECTOR_SPE. Okay. Thanks, David