Skip to content

Commit

Permalink
return 0 added
Browse files Browse the repository at this point in the history
Signed-off-by: Hari Hara Naveen S <[email protected]>
  • Loading branch information
Johan511 committed Oct 19, 2023
1 parent 25534b3 commit 1c18b4a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions cmake/tests/avx512f.cpp
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
#include <cinttypes>

int main()
{
#ifndef __AVX512F__
static_assert(false);
#endif
return 0;
}

0 comments on commit 1c18b4a

Please sign in to comment.