Use reverse_longword instead of manually reversing longword.
Cross-endian small sets diligently do something suspiciously close to `reverse_longword()`. Using actual `reverse_longword()` gives it its first reason to exist.
Patch: [ss_rev32.patch](/uploads/e3362cc4642e6c21bd26f44b32244c65/ss_rev32.patch).
issue