Skip to content

Commit 0f85d0e

Browse files
committed
Fix inline header in wrong location
1 parent 09f23d7 commit 0f85d0e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

include/xsimd/types/xsimd_all_registers.hpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@
99
* The full license is in the file LICENSE, distributed with this software. *
1010
****************************************************************************/
1111

12-
#include "../config/xsimd_inline.hpp"
13-
1412
#include "xsimd_fma3_sse_register.hpp"
1513
#include "xsimd_fma4_register.hpp"
1614
#include "xsimd_sse2_register.hpp"

include/xsimd/types/xsimd_register.hpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@
1414

1515
#include <type_traits>
1616

17+
#include "../config/xsimd_inline.hpp"
18+
1719
namespace xsimd
1820
{
1921
namespace types

0 commit comments

Comments
 (0)