Compare two long values.
final byte Unsigned64.compare(long v1, long v2)
v1 the first value to be compared.
v2 the second value to be compared.
-1, when v2 is greater than v1; 0, when v1 equals v2; 1, when v2 is less than v1.