We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9630c8d commit 1264a94Copy full SHA for 1264a94
ryu/ryu_parse.h
@@ -25,9 +25,6 @@ extern "C" {
25
// using a Ryu-like algorithm. At this time, it only support up to 17 non-zero
26
// digits in the input, and also does not support all formats. Use at your own
27
// risk.
28
-//
29
-// This implementation does not currently support -DRYU_OPTIMIZE_SIZE and always
30
-// compiles against the large lookup tables.
31
32
enum Status {
33
SUCCESS,
0 commit comments