Skip to content

Commit

Permalink
Make an AVX512 status message more clear
Browse files Browse the repository at this point in the history
  • Loading branch information
Dead2 committed May 15, 2023
1 parent cc23c00 commit d7ba819
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions configure
Original file line number Diff line number Diff line change
Expand Up @@ -1161,10 +1161,10 @@ int main(void) {
}
EOF
if try ${CC} ${CFLAGS} ${avx512flag} $test.c; then
echo "Checking for k-mask intrinsics ... Yes." | tee -a configure.log
echo "Checking for AVX512 k-mask intrinsics ... Yes." | tee -a configure.log
HAVE_MASK_INTRIN=1
else
echo "Checking for k-mask intrinsics ... No." | tee -a configure.log
echo "Checking for AVX512 k-mask intrinsics ... No." | tee -a configure.log
HAVE_MASK_INTRIN=0
fi
}
Expand Down

0 comments on commit d7ba819

Please sign in to comment.