[libc] get_table_negative cannot be constexpr
authorGuillaume Chatelet <gchatelet@google.com>
Wed, 4 Jan 2023 12:08:06 +0000 (12:08 +0000)
committerGuillaume Chatelet <gchatelet@google.com>
Thu, 5 Jan 2023 14:28:50 +0000 (14:28 +0000)
commitabcdc26a81d183e3256ce2751530a971ef6c4191
treeee7e279cc8ce9b68dad9e203fa3f3bd9322806b2
parent3fe7f6ab2db14be3b0ab9563afb609f4df2dde95
[libc] get_table_negative cannot be constexpr

GCC complains about if conditions not being constant expressions.
As-is get_table_negative cannot be marked constexpr.

Differential Revision: https://reviews.llvm.org/D140967
libc/src/__support/float_to_string.h