From: Mark Brown Date: Mon, 16 Aug 2021 12:50:23 +0000 (+0100) Subject: arm64/sve: Add a comment documenting the binutils needed for SVE asm X-Git-Tag: v5.15~299^2~4^3~6 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=04fa17d1368c1f49801c852aac874d99ba5a6d20;p=platform%2Fkernel%2Flinux-starfive.git arm64/sve: Add a comment documenting the binutils needed for SVE asm At some point it would be nice to avoid the need to manually encode SVE instructions, add a note of the binutils version required to save looking it up. Signed-off-by: Mark Brown Link: https://lore.kernel.org/r/20210816125024.8112-1-broonie@kernel.org Signed-off-by: Catalin Marinas --- diff --git a/arch/arm64/include/asm/fpsimdmacros.h b/arch/arm64/include/asm/fpsimdmacros.h index 0592044..00a2c0b 100644 --- a/arch/arm64/include/asm/fpsimdmacros.h +++ b/arch/arm64/include/asm/fpsimdmacros.h @@ -94,6 +94,7 @@ .endm /* SVE instruction encodings for non-SVE-capable assemblers */ +/* (pre binutils 2.28, all kernel capable clang versions support SVE) */ /* STR (vector): STR Z\nz, [X\nxbase, #\offset, MUL VL] */ .macro _sve_str_v nz, nxbase, offset=0