Skip to content

Commit

Permalink
added missing config file
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 Sep 14, 2023
1 parent 3d2a47a commit 70e2efa
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions cmake/tests/avx512f.cpp
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
#include <cinttypes>

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

0 comments on commit 70e2efa

Please sign in to comment.