Skip to content

Commit 0850c01

Browse files
mtaherniapablodelara
authored andcommitted
configure.ac: fix syntax for AVX512 support check
Signed-off-by: Mehrdad Tahernia <[email protected]>
1 parent 098c276 commit 0850c01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ int main(int argc, char **argv)
217217
fi
218218
if test x"$as_feature_level" = x"6"; then
219219
AC_MSG_CHECKING([for additional as AVX512 support])
220-
AC_LANG_CONFTEST([AC_LANG_SOURCE([[vpcompressb zmm0, k1, zmm1;]])])
220+
AC_LANG_CONFTEST([AC_LANG_SOURCE([[vpcompressb zmm0 {k1}, zmm1;]])])
221221
sed -i -e '/vpcompressb/!d' conftest.c
222222
if $AS -f elf64 conftest.c 2> /dev/null; then
223223
AC_MSG_RESULT([yes])

0 commit comments

Comments
 (0)