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 10275ac commit 5cfa132Copy full SHA for 5cfa132
MultiSource/UnitTests/Float/Makefile
@@ -6,7 +6,7 @@ PARALLEL_DIRS :=
6
7
# Tests in 'rounding' can run only if the target implements builtin functions
8
# for rounding mode manipulation.
9
-ifneq (, $filter($(ARCH), X86_64 AArch64)
+ifneq (,$(filter $(ARCH), X86_64 AArch64))
10
PARALLEL_DIRS += rounding
11
endif
12
0 commit comments