ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/Deliantra-Client/Client.xs
(Generate patch)

Comparing deliantra/Deliantra-Client/Client.xs (file contents):
Revision 1.331 by root, Mon Nov 19 00:10:34 2018 UTC vs.
Revision 1.332 by root, Mon Nov 19 00:56:08 2018 UTC

865NV floor (NV x) 865NV floor (NV x)
866 866
867NV ceil (NV x) 867NV ceil (NV x)
868 868
869IV minpot (UV n) 869IV minpot (UV n)
870
871UV ld32 (UV n)
872 CODE:
873 RETVAL = ecb_ld32 (n);
874 OUTPUT:
875 RETVAL
870 876
871IV popcount (UV n) 877IV popcount (UV n)
872 CODE: 878 CODE:
873 RETVAL = ecb_popcount32 (n); 879 RETVAL = ecb_popcount32 (n);
874 OUTPUT: 880 OUTPUT:

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines