removed TODO
This commit is contained in:
parent
e82468acf8
commit
c023882866
@ -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 */
|
/* Hopefully can get optimized out for the common case bc inlining */
|
||||||
if(lane_modulo == 0) {
|
if(lane_modulo == 0) {
|
||||||
#ifdef __AVX2__
|
#ifdef __AVX2__
|
||||||
/* TODO */
|
|
||||||
/* Prepare an AVX 256bit search register: 8 uint32_t */
|
/* Prepare an AVX 256bit search register: 8 uint32_t */
|
||||||
__m256i sreg = _mm256_set1_epi32(key);
|
__m256i sreg = _mm256_set1_epi32(key);
|
||||||
/* The tipp register: 8 uint32_t */
|
/* The tipp register: 8 uint32_t */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user