Skip to content

Commit d456a6e

Browse files
committed
Check which builds are silently without arch
1 parent dec12b8 commit d456a6e

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

include/xsimd/xsimd.hpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@
2020
#include "types/xsimd_batch_fwd.hpp"
2121

2222
#if defined(XSIMD_NO_SUPPORTED_ARCHITECTURE)
23+
static_assert(false, "We should be testing with an Arch");
24+
2325
namespace xsimd
2426
{
2527
// no type definition or anything apart from scalar definition and aligned allocator

0 commit comments

Comments
 (0)