removed TODO

This commit is contained in:
Richard Thier 2024-10-23 21:37:53 +02:00
parent e82468acf8
commit c023882866

View File

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