public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc(refs/users/pheeck/heads/sccp)] [Patch Arm] Add neon_fcadd and neon_fcmla to is_neon_type.
@ 2023-02-15 10:22 Filip Kastl
  0 siblings, 0 replies; only message in thread
From: Filip Kastl @ 2023-02-15 10:22 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:8e2e044270f69f42562a87769cd4a01d7989d952

commit 8e2e044270f69f42562a87769cd4a01d7989d952
Author: Ramana Radhakrishnan <ramana.gcc@gmail.com>
Date:   Wed Nov 23 16:33:39 2022 +0000

    [Patch Arm] Add neon_fcadd and neon_fcmla to is_neon_type.
    
    Appears to have been an oversight.
    
    gcc/
            * config/arm/types.md: Update comment.
            (is_neon_type): Add neon_fcmla, neon_fcadd.
    
    Signed-off-by: Ramana Radhakrishnan <ramana.gcc@gmail.com>

Diff:
---
 gcc/config/arm/types.md | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/gcc/config/arm/types.md b/gcc/config/arm/types.md
index 7d0504bdd94..d0d9997efd2 100644
--- a/gcc/config/arm/types.md
+++ b/gcc/config/arm/types.md
@@ -248,7 +248,8 @@
 ; wmmx_wunpckil
 ; wmmx_wxor
 ;
-; The classification below is for NEON instructions.
+; The classification below is for NEON instructions. If a new neon type is
+; added, please ensure this is added to the is_neon_type attribute below too.
 ;
 ; neon_add
 ; neon_add_q
@@ -1281,6 +1282,7 @@
           neon_fp_mla_d_q, neon_fp_mla_d_scalar_q, neon_fp_sqrt_s,\
           neon_fp_sqrt_s_q, neon_fp_sqrt_d, neon_fp_sqrt_d_q,\
           neon_fp_div_s, neon_fp_div_s_q, neon_fp_div_d, neon_fp_div_d_q, crypto_aese,\
+          neon_fcadd, neon_fcmla, \
           crypto_aesmc, crypto_sha1_xor, crypto_sha1_fast, crypto_sha1_slow,\
           crypto_sha256_fast, crypto_sha256_slow")
         (const_string "yes")

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2023-02-15 10:22 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-15 10:22 [gcc(refs/users/pheeck/heads/sccp)] [Patch Arm] Add neon_fcadd and neon_fcmla to is_neon_type Filip Kastl

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).