From 5f14fea66ad292cc273c4d01de1d45e02582988b Mon Sep 17 00:00:00 2001 From: vvish Date: Thu, 23 Apr 2026 17:18:41 +0200 Subject: [PATCH] test revert --- include/xsimd_algorithm/stl/arange.hpp | 1 - 1 file changed, 1 deletion(-) diff --git a/include/xsimd_algorithm/stl/arange.hpp b/include/xsimd_algorithm/stl/arange.hpp index 92bfe3c..8dafbc2 100644 --- a/include/xsimd_algorithm/stl/arange.hpp +++ b/include/xsimd_algorithm/stl/arange.hpp @@ -43,7 +43,6 @@ namespace xsimd if (size < simd_size) { - detail::sequential_arange(first, last, value, step); detail::sequential_arange(first, last, value, step); return; }