From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 71826 invoked by alias); 12 Nov 2018 12:13:54 -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 71712 invoked by uid 89); 12 Nov 2018 12:13:53 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-3.2 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-it1-f173.google.com Received: from mail-it1-f173.google.com (HELO mail-it1-f173.google.com) (209.85.166.173) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 12 Nov 2018 12:13:52 +0000 Received: by mail-it1-f173.google.com with SMTP id k141-v6so12848578itk.3 for ; Mon, 12 Nov 2018 04:13:51 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:from:date:message-id:subject:to:cc; bh=HlhF29dtPU5JpuZHkIyhni4rANSozT45HsGcj0QjZKE=; b=j+tVAQbmTDX5akkNes1357gLcEfChQQYrmBl22ZSdcaT7rX63XJ6RgRFcxF4j6Nk8N LbZGS6oDI+bsvwuwYvMo0rUccwijd42E2SDehUNxNq7dUOnrQIktTVVF5WAzPz9piRmz HZZudEsu+iA5a7dA8FcBJNFii8xZR2Tsn3+xacT48Mzmqa+90F0JBYAfb4Dq4Be6FIXW 23v8S7limbUoDREjEUxwJ5xWPnTtEX0HeWl8Sqv7CCwytShbnnQ0Y6SA+JH8GncTv4R/ EzQLAAZsBjMIyAJNmBUs//EOwJytYp2PojNN3vpBNQIpFvD1x82hhf3zwG/nit815O7t lOcw== MIME-Version: 1.0 From: Uros Bizjak Date: Mon, 12 Nov 2018 12:13:00 -0000 Message-ID: Subject: Re: [PATCH][DOCS] Fix documentation of __builtin_cpu_is and __builtin_cpu_supports for x86. To: "gcc-patches@gcc.gnu.org" Cc: Martin Liska Content-Type: text/plain; charset="UTF-8" X-SW-Source: 2018-11/txt/msg00938.txt.bz2 > The patch is adding missing values for aforementioned built-ins. > > Ready for trunk? > Thanks, > Martin > > gcc/ChangeLog: > > 2018-11-12 Martin Liska > > * doc/extend.texi: Add missing values for __builtin_cpu_is and > __builtin_cpu_supports for x86 target. OK. Thanks, Uros.