We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa55295 commit c78f430Copy full SHA for c78f430
1 file changed
include/xsimd_algorithm/stl/arange.hpp
@@ -43,6 +43,8 @@ namespace xsimd
43
44
if (size < simd_size)
45
{
46
+ detail::sequential_arange(first, last, value, step);
47
48
detail::sequential_arange(first, last, value, step);
49
return;
50
}
0 commit comments