--- deliantra/Deliantra-Client/Client.xs 2018/11/19 00:10:34 1.331 +++ deliantra/Deliantra-Client/Client.xs 2018/11/19 00:56:08 1.332 @@ -868,6 +868,12 @@ IV minpot (UV n) +UV ld32 (UV n) + CODE: + RETVAL = ecb_ld32 (n); + OUTPUT: + RETVAL + IV popcount (UV n) CODE: RETVAL = ecb_popcount32 (n);