From b62e7cd820e356fabea31a635cc70b8c4483f987 Mon Sep 17 00:00:00 2001 From: dzaima Date: Mon, 2 Sep 2024 00:04:32 +0300 Subject: [PATCH] fix generic arch build --- src/singeli/src/base.singeli | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/singeli/src/base.singeli b/src/singeli/src/base.singeli index d5bbc12d..d80e9201 100644 --- a/src/singeli/src/base.singeli +++ b/src/singeli/src/base.singeli @@ -180,7 +180,7 @@ def { loadLow,make,maskStore,maskToHom,mulw,mulh,narrow,narrowTrunc,narrowPair,packQ,pair,pdep, pext,popcRand,rbit,sel,shl,shr,shuf,shuf16Hi,shuf16Lo,shufHalves,shufInd,storeLow, topBlend,topMask,topMaskStore,topMaskStoreF,unord,unzip,vfold,widen,widenUpper, - multishift, + multishift,vshl, } def homMaskX{a:T} = tup{1, homMask{a}} # tup{n,mask}; mask with each bit repeated n times