Skip to content

fix build on some 32-bit platforms#1

Open
leap0x7b wants to merge 1 commit intopoipole807:masterfrom
leap0x7b:fix-32bit
Open

fix build on some 32-bit platforms#1
leap0x7b wants to merge 1 commit intopoipole807:masterfrom
leap0x7b:fix-32bit

Conversation

@leap0x7b
Copy link

umulh calls umul64, which is defined on RYU_D2S_INTRINSICS_H. However, RYU_D2S_INTRINSICS_H is defined below umulh, resulting in compile errors on platforms where 64-bit intrinsics aren't available. This PR moves the RYU_D2S_INTRINSICS_H part to the very top, which fixes the error.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant