+4
−0
+159
−0
Loading
For performance we are encoding long word at a time. For nzrun we use long-word-at-a-time NULL-detection tricks from strcmp(): using ((lword - 0x0101010101010101) & (~lword) & 0x8080808080808080) test to find out if any byte in the long word is zero. Signed-off-by:Benoit Hudzia <benoit.hudzia@sap.com> Signed-off-by:
Petter Svard <petters@cs.umu.se> Signed-off-by:
Aidan Shribman <aidan.shribman@sap.com> Signed-off-by:
Orit Wasserman <owasserm@redhat.com> Signed-off-by:
Eric Blake <eblake@redhat.com> Reviewed-by:
Luiz Capitulino <lcapitulino@redhat.com> Reviewed-by:
Eric Blake <eblake@redhat.com>