aboutsummaryrefslogtreecommitdiff
path: root/SingleSource/UnitTests/Vector/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'SingleSource/UnitTests/Vector/Makefile')
-rw-r--r--SingleSource/UnitTests/Vector/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/SingleSource/UnitTests/Vector/Makefile b/SingleSource/UnitTests/Vector/Makefile
index 302b8036..304258e8 100644
--- a/SingleSource/UnitTests/Vector/Makefile
+++ b/SingleSource/UnitTests/Vector/Makefile
@@ -18,7 +18,7 @@ endif
ifeq ($(CC_UNDER_TEST_IS_CLANG), 1)
ifeq ($(HAVE_X86_AVX512F_INSTRUCTIONS), 1)
-DIRS += AVX512
+DIRS += AVX512F
endif
endif