Skip to content

Commit 01ec79e

Browse files
committed
Move cpu features to config
1 parent 3689f5f commit 01ec79e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

include/xsimd/xsimd_cpu_features_x86.hpp renamed to include/xsimd/config/xsimd_cpu_features_x86.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
#include <array>
1616
#include <cstdint>
1717

18-
#include "./config/xsimd_config.hpp"
19-
#include "./utils/bits.hpp"
18+
#include "../utils/bits.hpp"
19+
#include "./xsimd_config.hpp"
2020

2121
#if XSIMD_TARGET_X86 && defined(_MSC_VER)
2222
#include <intrin.h> // Contains the definition of __cpuidex

include/xsimd/config/xsimd_cpuid.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
#define XSIMD_CPUID_HPP
1414

1515
#include "../types/xsimd_all_registers.hpp"
16-
#include "../xsimd_cpu_features_x86.hpp"
16+
#include "./xsimd_cpu_features_x86.hpp"
1717
#include "xsimd_inline.hpp"
1818

1919
#if defined(__linux__) && (defined(__ARM_NEON) || defined(_M_ARM) || defined(__riscv_vector))

0 commit comments

Comments
 (0)