Re: [PATCH 30/61] MSA: Make MSA and microMIPS R5 unsupported

2025-05-28 Thread Aleksandar Rakic
@gcc.gnu.org; Djordje Todorovic; c...@mips.com Subject: Re: [PATCH 30/61] MSA: Make MSA and microMIPS R5 unsupported Hi, Could you please let us know if you have any comments on the latest version of this patch? Kind regards, Aleksandar Rakic

Re: [PATCH 30/61] MSA: Make MSA and microMIPS R5 unsupported

2025-05-14 Thread Aleksandar Rakic
HTEC Public Hi, Could you please let us know if you have any comments on the latest version of this patch? Kind regards, Aleksandar Rakic

Re: [PATCH 30/61] MSA: Make MSA and microMIPS R5 unsupported

2025-04-28 Thread Aleksandar Rakic
HTEC Proprietary Hi, >>> From 16b3207aed5e4846fde4f3ffa1253c65ef6ba056 Mon Sep 17 00:00:00 2001 >>> From: Aleksandar Rakic >>> Date: Wed, 23 Apr 2025 14:14:17 +0200 >>> Subject: [PATCH] Make MSA and microMIPS R5 unsupported >>> >>> There are no platforms nor simulators for MSA and microMIPS R5 s

Re: [PATCH 30/61] MSA: Make MSA and microMIPS R5 unsupported

2025-04-27 Thread Sam James
Xi Ruoyao writes: > On Wed, 2025-04-23 at 12:43 +, Aleksandar Rakic wrote: >> From 16b3207aed5e4846fde4f3ffa1253c65ef6ba056 Mon Sep 17 00:00:00 2001 >> From: Aleksandar Rakic >> Date: Wed, 23 Apr 2025 14:14:17 +0200 >> Subject: [PATCH] Make MSA and microMIPS R5 unsupported >> >> There are n

Re: [PATCH 30/61] MSA: Make MSA and microMIPS R5 unsupported

2025-04-27 Thread Xi Ruoyao
On Wed, 2025-04-23 at 12:43 +, Aleksandar Rakic wrote: > From 16b3207aed5e4846fde4f3ffa1253c65ef6ba056 Mon Sep 17 00:00:00 2001 > From: Aleksandar Rakic > Date: Wed, 23 Apr 2025 14:14:17 +0200 > Subject: [PATCH] Make MSA and microMIPS R5 unsupported > > There are no platforms nor simulators f

Re: [PATCH 30/61] MSA: Make MSA and microMIPS R5 unsupported

2025-04-23 Thread Aleksandar Rakic
HTEC Public Hi, > > There are no platforms nor simulators for MSA and microMIPS R5 so > > turning off this support for now. > > > > gcc/ChangeLog: > > > > * config/mips/mips.cc (mips_option_override): Error out for > > -mmicromips -mmsa. > OK and pushed to the trunk. > Jeff We have s

Re: [PATCH 30/61] MSA: Make MSA and microMIPS R5 unsupported

2025-04-21 Thread Jeff Law
On 1/31/25 10:13 AM, Aleksandar Rakic wrote: From: Matthew Fortune There are no platforms nor simulators for MSA and microMIPS R5 so turning off this support for now. gcc/ChangeLog: * config/mips/mips.cc (mips_option_override): Error out for -mmicromips -mmsa. OK and pushed

[PATCH 30/61] MSA: Make MSA and microMIPS R5 unsupported

2025-01-31 Thread Aleksandar Rakic
From: Matthew Fortune There are no platforms nor simulators for MSA and microMIPS R5 so turning off this support for now. gcc/ChangeLog: * config/mips/mips.cc (mips_option_override): Error out for -mmicromips -mmsa. Cherry-picked 1009d6ff7a8d3b56e0224a6b193c5a7b3c29aa5f from ht