Skip to content

Commit df423b1

Browse files
committed
Include proper Win header
1 parent e4d0f44 commit df423b1

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

include/xsimd/types/xsimd_neon_register.hpp

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,18 @@
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
21+
#if defined(_WIN32) && XSIMD_WITH_NEON64
22+
#include <arm64_neon.h>
23+
#else
2024
#include <arm_neon.h>
2125
#endif
26+
#endif
2227

2328
namespace xsimd
2429
{

0 commit comments

Comments
 (0)