Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ protected void panamaInt7DotProductBulk(byte[] q, int count, float[] scores) thr
dotProductBody128Bulk(q, count, scores);
}
} else {
int7DotProductBulk(q, count, scores);
super.int7DotProductBulk(q, count, scores);
}
}

Expand Down
3 changes: 0 additions & 3 deletions muted-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -558,9 +558,6 @@ tests:
- class: org.elasticsearch.xpack.kql.parser.KqlParserBooleanQueryTests
method: testParseAndQuery
issue: https://github.com/elastic/elasticsearch/issues/133871
- class: org.elasticsearch.simdvec.internal.vectorization.ES92Int7VectorScorerTests
method: testInt7ScoreBulk
issue: https://github.com/elastic/elasticsearch/issues/133893

# Examples:
#
Expand Down