Skip to content

Commit b1b0c33

Browse files
committed
Fix syntax
1 parent d554c4b commit b1b0c33

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

include/xsimd/config/xsimd_cpuid.hpp

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,13 @@
1515
#include "../types/xsimd_all_registers.hpp"
1616
#include "./xsimd_cpu_features_arm.hpp"
1717
#include "./xsimd_cpu_features_x86.hpp"
18-
#include "xsimd_inline.hpp"
18+
#include "./xsimd_inline.hpp"
1919

2020
#if XSIMD_WITH_LINUX_GETAUXVAL
2121
#include <asm/hwcap.h>
2222
#include <sys/auxv.h>
2323
#endif
2424

25-
#endif
26-
2725
namespace xsimd
2826
{
2927
namespace detail

0 commit comments

Comments
 (0)