gmio_core: in string_parse.c, enable GMIO_USE_FAST_ATOF by default
This commit is contained in:
parent
5302ff1ac6
commit
560ca7c28b
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
#include "helper_stream.h"
|
#include "helper_stream.h"
|
||||||
#include "string_utils.h"
|
#include "string_utils.h"
|
||||||
/*#define GMIO_USE_FAST_ATOF*/
|
#define GMIO_USE_FAST_ATOF
|
||||||
#ifdef GMIO_USE_FAST_ATOF
|
#ifdef GMIO_USE_FAST_ATOF
|
||||||
# include "fast_atof.h"
|
# include "fast_atof.h"
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user