Re: [PATCH 07/18] arm64: fpsimd: Use assembler for SVE instructions
From: Mark Brown <broonie@kernel.org>
Date: 2026-05-26 15:43:21
Also in:
kvmarm
Attachments
- signature.asc [application/pgp-signature] 488 bytes
From: Mark Brown <broonie@kernel.org>
Date: 2026-05-26 15:43:21
Also in:
kvmarm
On Thu, May 21, 2026 at 02:25:45PM +0100, Mark Rutland wrote:
Historically we supported assemblers which could not assemble SVE
instructions. We dropped support for such assemblers in commit:
118c40b7b503 ("kbuild: require gcc-8 and binutils-2.30")
Since that commit, all supported assemblers (binutils and LLVM) are
capable of assembling SVE instructions, and there's no need for us to
manually encode SVE instructions.Oh, finally. I hadn't checked in a while: Reviewed-by: Mark Brown <broonie@kernel.org>