Skip to content

Commit 4c98fa4

Browse files
committed
Fix sse2
1 parent f7d2c8b commit 4c98fa4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/xsimd/arch/xsimd_sse2.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
#include <type_traits>
1818

1919
#include "../types/xsimd_sse2_register.hpp"
20+
#include "./utils/shifts.hpp"
2021

2122
namespace xsimd
2223
{
@@ -595,7 +596,6 @@ namespace xsimd
595596
return utils::bitwise_lshift_as_twice_larger<uint8_t, uint16_t>(self, shifts, req);
596597
}
597598

598-
599599
// broadcast
600600
template <class A>
601601
batch<float, A> XSIMD_INLINE broadcast(float val, requires_arch<sse2>) noexcept

0 commit comments

Comments
 (0)