From 46e8ed1a3f3c2e24963e8aacd1ec84f3f6697c5e Mon Sep 17 00:00:00 2001 From: dzaima Date: Mon, 13 Nov 2023 23:28:30 +0200 Subject: [PATCH] fix SSE4.2 usz=64 build --- src/singeli/src/search.singeli | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/singeli/src/search.singeli b/src/singeli/src/search.singeli index 8b44ec61..9b6e166c 100644 --- a/src/singeli/src/search.singeli +++ b/src/singeli/src/search.singeli @@ -613,7 +613,7 @@ def try_vec_memb{T, hash, sz, sh, maxh, has_maxh, swap, rp, fp, n, done # sz==1<=sz the above overflows # And we have to handle maxh specially anyway def mx{i,h} = { max_off = max{max_off, i-h>>sh} } - i:T=sz; h:T=i; while ((h=load{hash,i})