From c023882866ff4a5b72ceb29256b178e8713e9f9e Mon Sep 17 00:00:00 2001 From: Richard Thier Date: Wed, 23 Oct 2024 21:37:53 +0200 Subject: [PATCH] removed TODO --- simd_map.h | 1 - 1 file changed, 1 deletion(-) diff --git a/simd_map.h b/simd_map.h index 49e2f7a..58ac58b 100644 --- a/simd_map.h +++ b/simd_map.h @@ -96,7 +96,6 @@ static inline SM_ALWAYS_INLINE uint32_t *simd_map_lane_find( /* Hopefully can get optimized out for the common case bc inlining */ if(lane_modulo == 0) { #ifdef __AVX2__ - /* TODO */ /* Prepare an AVX 256bit search register: 8 uint32_t */ __m256i sreg = _mm256_set1_epi32(key); /* The tipp register: 8 uint32_t */