Skip to content

Commit ff0eef9

Browse files
committed
Are macros defined
1 parent 83c31aa commit ff0eef9

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

include/xsimd/types/xsimd_neon_register.hpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,15 @@
1212
#ifndef XSIMD_NEON_REGISTER_HPP
1313
#define XSIMD_NEON_REGISTER_HPP
1414

15+
#include "../config/xsimd_config.hpp"
1516
#include "../utils/xsimd_type_traits.hpp"
1617
#include "./xsimd_common_arch.hpp"
1718
#include "./xsimd_register.hpp"
1819

1920
#if XSIMD_WITH_NEON
2021
#include <arm_neon.h>
22+
#else
23+
static_assert(false, "No neon");
2124
#endif
2225

2326
namespace xsimd

0 commit comments

Comments
 (0)