When refactoring this and writing a common implementation for x86 and x86_64 I missed a step in the calculation. We need to divide by 2^32 to keep the value in the expected range. Fixes #15658.
When refactoring this and writing a common implementation for x86 and x86_64 I missed a step in the calculation. We need to divide by 2^32 to keep the value in the expected range. Fixes #15658.