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 098c276 commit 0850c01Copy full SHA for 0850c01
configure.ac
@@ -217,7 +217,7 @@ int main(int argc, char **argv)
217
fi
218
if test x"$as_feature_level" = x"6"; then
219
AC_MSG_CHECKING([for additional as AVX512 support])
220
- AC_LANG_CONFTEST([AC_LANG_SOURCE([[vpcompressb zmm0, k1, zmm1;]])])
+ AC_LANG_CONFTEST([AC_LANG_SOURCE([[vpcompressb zmm0 {k1}, zmm1;]])])
221
sed -i -e '/vpcompressb/!d' conftest.c
222
if $AS -f elf64 conftest.c 2> /dev/null; then
223
AC_MSG_RESULT([yes])
0 commit comments