From mboxrd@z Thu Jan 1 00:00:00 1970 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=infradead.org header.i=@infradead.org header.b="loj03fvm" Received: from bombadil.infradead.org (bombadil.infradead.org [IPv6:2607:7c80:54:3::133]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id E5350DC; Mon, 11 Dec 2023 23:11:13 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=bombadil.20210309; h=In-Reply-To:Content-Type:MIME-Version :References:Message-ID:Subject:Cc:To:From:Date:Sender:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description; bh=3ses/ZsQ18kkMwgX82j0GHRHgEu7yezobRPEQDwOeVE=; b=loj03fvm+MJwW7UkZI87OSv2dM qeINzFTWACJoUVBnZlcSrmQkrWLr5xuEsDdRgvb5xBuN1aE/bWKNEgWHFUlBi/ZV9SF22qyvnJGUA DZ68pilvL8lEA0iIGTlXV2zGf7lHqaMbEX21rfTXZE6tuqmlioNpEuuuLEimLtiwvnN/Y7QaN0miK 8Pw/X9MRFAr9i/CbFXHP2hssmAw31NucyJ04pGVjNFulPJR0JNcg2RsF/iul5D+xi4/72npQbSeXG AMPg9usdCOgER055N5knKYZHyWtjFPb5xvlUOXsPtI+/8n7GRnUxeWFCsRjRL0cG2Zs0GDs92YoTC 1eySzcnA==; Received: from hch by bombadil.infradead.org with local (Exim 4.96 #2 (Red Hat Linux)) id 1rCwv4-00AuEj-0x; Tue, 12 Dec 2023 07:11:06 +0000 Date: Mon, 11 Dec 2023 23:11:06 -0800 From: Christoph Hellwig To: Samuel Holland Cc: Christoph Hellwig , linux-arm-kernel@lists.infradead.org, loongarch@lists.linux.dev, linuxppc-dev@lists.ozlabs.org, x86@kernel.org, linux-riscv@lists.infradead.org, linux-kernel@vger.kernel.org, amd-gfx@lists.freedesktop.org, linux-arch@vger.kernel.org Subject: Re: [RFC PATCH 05/12] lib/raid6: Use CC_FLAGS_FPU for NEON CFLAGS Message-ID: References: <20231208055501.2916202-1-samuel.holland@sifive.com> <20231208055501.2916202-6-samuel.holland@sifive.com> <7c40dfe8-f245-413f-a424-bde52ce21b6a@sifive.com> Precedence: bulk X-Mailing-List: linux-arch@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: <7c40dfe8-f245-413f-a424-bde52ce21b6a@sifive.com> X-SRS-Rewrite: SMTP reverse-path rewritten from by bombadil.infradead.org. See http://www.infradead.org/rpr.html On Mon, Dec 11, 2023 at 10:12:27AM -0600, Samuel Holland wrote: > On 2023-12-11 10:07 AM, Christoph Hellwig wrote: > > Unfortunately, not all of the relevant options can be no-prefixed: Ok. That is another good argument for having the obj-fpu += syntax I proposed. You might need help from the kbuild maintainers from that as trying to understand the kbuild magic isn't something I'd expect from a normal contributor (including myself..).