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/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/SingleSource/UnitTests/Vector/Makefile b/SingleSource/UnitTests/Vector/Makefile
index 304258e8..671634ab 100644
--- a/SingleSource/UnitTests/Vector/Makefile
+++ b/SingleSource/UnitTests/Vector/Makefile
@@ -20,6 +20,12 @@ ifeq ($(CC_UNDER_TEST_IS_CLANG), 1)
ifeq ($(HAVE_X86_AVX512F_INSTRUCTIONS), 1)
DIRS += AVX512F
endif
+ifeq ($(HAVE_X86_AVX512BW_INSTRUCTIONS), 1)
+DIRS += AVX512BWVL
+endif
+ifeq ($(HAVE_X86_AVX512DQ_INSTRUCTIONS), 1)
+DIRS += AVX512DQ
+endif
endif
# Assume ARMv7 implies NEON.