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 */