diff options
author | Jakub Jelinek <jakub@redhat.com> | 2023-02-24 13:07:58 +0100 |
---|---|---|
committer | Jakub Jelinek <jakub@redhat.com> | 2023-02-24 13:15:27 +0100 |
commit | 05a3fc910c37499323e421e5c8dee2e336b79ca1 (patch) | |
tree | 81618ac72f272c0f16da79c0e7b7e660fafdbe10 /gcc/config/i386/i386-builtin.def | |
parent | b580721f034957f314fccf99ccc772c41b735039 (diff) | |
download | gcc-05a3fc910c37499323e421e5c8dee2e336b79ca1.zip gcc-05a3fc910c37499323e421e5c8dee2e336b79ca1.tar.gz gcc-05a3fc910c37499323e421e5c8dee2e336b79ca1.tar.bz2 |
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 <jakub@redhat.com>
* config/i386/i386-builtin.def: Update description of BDESC
and BDESC_FIRST in file comment to include mask2.
Diffstat (limited to 'gcc/config/i386/i386-builtin.def')
-rw-r--r-- | gcc/config/i386/i386-builtin.def | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config/i386/i386-builtin.def b/gcc/config/i386/i386-builtin.def index a773f5e..f1c295c 100644 --- a/gcc/config/i386/i386-builtin.def +++ b/gcc/config/i386/i386-builtin.def @@ -23,9 +23,9 @@ <http://www.gnu.org/licenses/>. */ /* 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 |