We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a23a42 commit 399cf0aCopy full SHA for 399cf0a
tools/testing/selftests/arm64/fp/Makefile
@@ -14,6 +14,8 @@ TEST_GEN_PROGS_EXTENDED := fp-pidbench fpsimd-test \
14
vlset
15
TEST_PROGS_EXTENDED := fpsimd-stress sve-stress ssve-stress za-stress
16
17
+EXTRA_CLEAN += $(OUTPUT)/asm-utils.o $(OUTPUT)/rdvl.o $(OUTPUT)/za-fork-asm.o
18
+
19
# Build with nolibc to avoid effects due to libc's clone() support
20
fp-pidbench: fp-pidbench.S asm-utils.o
21
$(CC) -nostdlib $^ -o $@
0 commit comments