Specifically, we're looking to know what would be a good ARMv7+NEON implementation for unsigned 64-bit comparison for possible inclusion into the WebAssembly SIMD standard. Unlike ARM64 which has CMHS, this doesn't have a native instruction on ARMv7. However, we received a remarkable result for the sister question to this:
What is the most efficient way to support CMGT with 64bit signed comparisons on ARMv7a with Neon?