Skip to content

Commit 4edd1e4

Browse files
committed
todo removed
1 parent 1c6db42 commit 4edd1e4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

libs/simdvec/src/main21/java/org/elasticsearch/simdvec/internal/vectorization/PanamaESVectorizationProvider.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ public ESVectorUtilSupport getVectorUtilSupport() {
3636
@Override
3737
public ESNextOSQVectorsScorer newESNextOSQVectorsScorer(IndexInput input, byte queryBits, byte indexBits, int dimension, int dataLength)
3838
throws IOException {
39-
// TODO: Extend to other bit configurations as needed (2 and 4 bit index vectors)
4039
if (PanamaESVectorUtilSupport.HAS_FAST_INTEGER_VECTORS
4140
&& input instanceof MemorySegmentAccessInput msai
4241
&& queryBits == 4

0 commit comments

Comments
 (0)