From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from elvis.franken.de (elvis.franken.de [193.175.24.41]) by smtp.subspace.kernel.org (Postfix) with ESMTP id B9512139568; Thu, 27 Jun 2024 09:02:31 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=193.175.24.41 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1719478957; cv=none; b=JAD8ngpmdFSLXbo6qPoNk6lmvo/n1I2ziKyfrrb0YyChsYIVVYC63puqtM7+03/yDWtRkracmkej5jU/QgB946S6d4LLAmJ9SbzfOUyX1Jj25dLuG1ehTgrY6YDU/tIYWeCW/Xo8323al12xrU6k4gtl+0xkyMmWaP6Go8HFC9c= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1719478957; c=relaxed/simple; bh=GZwp6yadKXVxKrVc/mC/Edbhad0OS2kZr6kU6uOv9z4=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=jCrdbEOF3W9n82MvrJWIUhk64fap8GTw/ugo6vg3r5QA4pOjWINEYKT/wsR9MiMhcvFVWPG0l6VQO1+xJKYPkzeEPP7hWBnMFNMYOKKNHKHUPcyuPexcV7IWzryjGHrUk0kKkVFgZpZ+5CIM0Ks+z1BAATWPg81mufmLgv2Q2yg= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=alpha.franken.de; spf=pass smtp.mailfrom=alpha.franken.de; arc=none smtp.client-ip=193.175.24.41 Authentication-Results: smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=alpha.franken.de Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=alpha.franken.de Received: from uucp by elvis.franken.de with local-rmail (Exim 3.36 #1) id 1sMl1G-0002g0-00; Thu, 27 Jun 2024 11:02:18 +0200 Received: by alpha.franken.de (Postfix, from userid 1000) id 830A1C0120; Thu, 27 Jun 2024 11:00:11 +0200 (CEST) Date: Thu, 27 Jun 2024 11:00:11 +0200 From: Thomas Bogendoerfer To: Jiaxun Yang Cc: linux-mips@vger.kernel.org, linux-kernel@vger.kernel.org, stable@vger.kernel.org Subject: Re: [PATCH fixes 3/4] MIPS: cps-vec: Replace MT instructions with macros Message-ID: References: <20240616-mips-mt-fixes-v1-0-83913e0e60fc@flygoat.com> <20240616-mips-mt-fixes-v1-3-83913e0e60fc@flygoat.com> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20240616-mips-mt-fixes-v1-3-83913e0e60fc@flygoat.com> On Sun, Jun 16, 2024 at 02:25:04PM +0100, Jiaxun Yang wrote: > Replace MT instructions with macros to deal with assemblers > not supporting MT ASE properly. how about simply enforcing the need for a correct toolchain instead of making the code ugly ? Thomas. -- Crap can work. Given enough thrust pigs will fly, but it's not necessarily a good idea. [ RFC1925, 2.3 ]