Skip to content

Commit 70c5303

Browse files
authored
Merge pull request #139 from michalfapso/master
i_load_u_any has to be inlined
2 parents 4385a0a + 5eaf896 commit 70c5303

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

simdpp/detail/insn/load_u.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@ void i_load_u(V& a, const char* p)
325325
}
326326
}
327327

328-
template<class V>
328+
template<class V> SIMDPP_INL
329329
V i_load_u_any(const char* p)
330330
{
331331
typename detail::remove_sign<V>::type r;

0 commit comments

Comments
 (0)