From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2153) id 2D4B33854806; Fri, 24 Feb 2023 12:15:37 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 2D4B33854806 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1677240937; bh=lAMD89o303gciAF2S/dHK63oK5k15IiioCgDEUXffSc=; h=From:To:Subject:Date:From; b=NcqqmbGtDPlqy4ixAVyz5Ec56O0e8vBe2oaeZLmPTbmTRl0RoDBw1f92bSswnm5Zo 0zibUYqzhsYsa7x4KdwTsRM83822BIA0MJIHnUqr6riwp6jzMSxzTO0xb5MIFsKqFp ah+4lTsCWqc1dRhTt6Z+k1tANl7yp33APvPIlVFw= MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="utf-8" From: Jakub Jelinek To: gcc-cvs@gcc.gnu.org Subject: [gcc r13-6321] i386: Update i386-builtin.def file comment description of BDESC{, _FIRST} X-Act-Checkin: gcc X-Git-Author: Jakub Jelinek X-Git-Refname: refs/heads/master X-Git-Oldrev: b580721f034957f314fccf99ccc772c41b735039 X-Git-Newrev: 05a3fc910c37499323e421e5c8dee2e336b79ca1 Message-Id: <20230224121537.2D4B33854806@sourceware.org> Date: Fri, 24 Feb 2023 12:15:37 +0000 (GMT) List-Id: https://gcc.gnu.org/g:05a3fc910c37499323e421e5c8dee2e336b79ca1 commit r13-6321-g05a3fc910c37499323e421e5c8dee2e336b79ca1 Author: Jakub Jelinek Date: Fri Feb 24 13:07:58 2023 +0100 i386: Update i386-builtin.def file comment description of BDESC{,_FIRST} I've noticed the description of these wasn't updated when the mask2 argument has been added in 2019. 2023-02-24 Jakub Jelinek * config/i386/i386-builtin.def: Update description of BDESC and BDESC_FIRST in file comment to include mask2. Diff: --- gcc/config/i386/i386-builtin.def | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gcc/config/i386/i386-builtin.def b/gcc/config/i386/i386-builtin.def index a773f5eca49..f1c295c34f6 100644 --- a/gcc/config/i386/i386-builtin.def +++ b/gcc/config/i386/i386-builtin.def @@ -23,9 +23,9 @@ . */ /* Before including this file, some macros must be defined: - BDESC (mask, icode, name, code, comparison, flag) + BDESC (mask, mask2, icode, name, code, comparison, flag) -- definition of each builtin - BDESC_FIRST (kind, KIND, mask, icode, name, code, comparison, flag) + BDESC_FIRST (kind, KIND, mask, mask2, icode, name, code, comparison, flag) -- like BDESC, but used for the first builtin in each category; bdesc_##kind will be used in the name of the array and IX86_BUILTIN__BDESC_##KIND##_FIRST will be the low boundary