Skip to content

Commit

Permalink
compile without avx512
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangzujian committed Nov 16, 2023
1 parent c6b8f3f commit c675f42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion m4/openvswitch.m4
Original file line number Diff line number Diff line change
Expand Up @@ -496,7 +496,7 @@ AC_DEFUN([OVS_CHECK_BINUTILS_AVX512],
GATHER_PARAMS='0x8(,%ymm1,1),%ymm0{%k2}'
if ($CC -dumpmachine | grep x86_64) >/dev/null 2>&1; then
echo "vpgatherqq $GATHER_PARAMS" | as --64 -o $OBJFILE -
if (objdump -d --no-show-raw-insn $OBJFILE | grep -q $GATHER_PARAMS) >/dev/null 2>&1; then
if false; then
ovs_cv_binutils_avx512_good=yes
else
ovs_cv_binutils_avx512_good=no
Expand Down

0 comments on commit c675f42

Please sign in to comment.