Skip to content

Commit 04fa17d

Browse files
brooniectmarinas
authored andcommitted
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 <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Catalin Marinas <[email protected]>
1 parent 38ee3c5 commit 04fa17d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

arch/arm64/include/asm/fpsimdmacros.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@
9494
.endm
9595

9696
/* SVE instruction encodings for non-SVE-capable assemblers */
97+
/* (pre binutils 2.28, all kernel capable clang versions support SVE) */
9798

9899
/* STR (vector): STR Z\nz, [X\nxbase, #\offset, MUL VL] */
99100
.macro _sve_str_v nz, nxbase, offset=0

0 commit comments

Comments
 (0)