733fc6d032
Casting negative s32 number to u64 directly will have leading 1s in the representation which is not what we want to get a single u64 out of two s32 seeds. Fixed this by first getting unsigned number of the same bit-width. PiperOrigin-RevId: 345227848 |
||
---|---|---|
.. | ||
Dialect | ||
utils | ||
CMakeLists.txt |