This patch is the first in a series of 2, intended to split:
https://gcc.gnu.org/pipermail/gcc-patches/2026-March/710562.html
Into two parts, as requested during review:
1) Add streaming support for FEAT_SVE_AES/FEAT_SVE_PMULL128 (SSVE_AES) (This)
2) Add SVE_AES2 instructions and intrinsics.

Sivan Shani (1):
  aarch64: Enable SVE2 AES instructions in streaming mode with
    FEAT_SSVE_AES

 gcc/config/aarch64/aarch64-c.cc    |  4 +++-
 gcc/config/aarch64/aarch64-sve2.md |  8 ++++----
 gcc/config/aarch64/aarch64.h       | 13 +++++++++----
 gcc/config/aarch64/iterators.md    |  2 +-
 4 files changed, 17 insertions(+), 10 deletions(-)

-- 
2.43.0

Reply via email to