The constants in the ryu constant tables were not marked constexpr,
only static const. This caused problems when compiling with GCC.
Details
Details
- Reviewers
- None
- Commits
- rG4b8543f33fa2: [libc][NFC] fix constants not marked constexpr
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Noting for anyone looking after the fact: The changes to the long double table are identical to the ones made to the smaller table.