Patch ping - [PATCH] [APX EGPR] Fix indirect call prefix

2024-11-22 Thread Gregory Kanter
Hello, I would like to ping the patch https://gcc.gnu.org/pipermail/gcc-patches/2024-November/668105.html please. Also CC'ing someone who is working on APX, sorry if this is frowned upon. Thanks.

[PATCH] [APX EGPR] Fix indirect call prefix

2024-11-08 Thread Gregory Kanter
. * config/i386/i386.opt: Clarify that -mindirect-branch-cs-prefix also applies to EGPR registers when enabled. Signed-off-by: Gregory Kanter --- gcc/config/i386/i386.cc | 2 +- gcc/config/i386/i386.opt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gcc/config