public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r13-7131] i386: Add AMX-COMPLEX to Granite Rapids
@ 2023-04-10  1:57 Haochen Jiang
  0 siblings, 0 replies; only message in thread
From: Haochen Jiang @ 2023-04-10  1:57 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:afa87bd5f7b126e20268aa959441cde2e02bba0e

commit r13-7131-gafa87bd5f7b126e20268aa959441cde2e02bba0e
Author: Haochen Jiang <haochen.jiang@intel.com>
Date:   Fri Mar 31 10:49:14 2023 +0800

    i386: Add AMX-COMPLEX to Granite Rapids
    
    gcc/Changelog:
    
            * config/i386/i386.h (PTA_GRANITERAPIDS): Add PTA_AMX_COMPLEX.

Diff:
---
 gcc/config/i386/i386.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gcc/config/i386/i386.h b/gcc/config/i386/i386.h
index dd9391c492b..1da6dce8e0b 100644
--- a/gcc/config/i386/i386.h
+++ b/gcc/config/i386/i386.h
@@ -2361,7 +2361,7 @@ constexpr wide_int_bitmask PTA_ALDERLAKE = PTA_TREMONT | PTA_ADX | PTA_AVX
 constexpr wide_int_bitmask PTA_SIERRAFOREST = PTA_ALDERLAKE | PTA_AVXIFMA
   | PTA_AVXVNNIINT8 | PTA_AVXNECONVERT | PTA_CMPCCXADD;
 constexpr wide_int_bitmask PTA_GRANITERAPIDS = PTA_SAPPHIRERAPIDS | PTA_AMX_FP16
-  | PTA_PREFETCHI;
+  | PTA_PREFETCHI | PTA_AMX_COMPLEX;
 constexpr wide_int_bitmask PTA_GRANDRIDGE = PTA_SIERRAFOREST | PTA_RAOINT;
 constexpr wide_int_bitmask PTA_KNM = PTA_KNL | PTA_AVX5124VNNIW
   | PTA_AVX5124FMAPS | PTA_AVX512VPOPCNTDQ;

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

only message in thread, other threads:[~2023-04-10  1:57 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-04-10  1:57 [gcc r13-7131] i386: Add AMX-COMPLEX to Granite Rapids Haochen Jiang

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).