Go to file
Hugues Delorme 90f5f084f6 libstl: use strtof() if available (in stla_read.c)
strtof() is faster than strtod(), see:
http://www.gnu.org/software/libc/manual/html_node/Parsing-of-Floats.html
"(...) strtof can be substantially faster than strtod, but has less precision"

strtof() was added in C99 so BUILD_STRICT_C90 must be disabled to have any
chance to use it (MSVC does not provide strtof(), GCC does).
2014-01-23 17:30:23 +01:00
doc Add doxygen file 2014-01-21 16:18:17 +01:00
qmake Add convert.h/convert.c 2014-01-22 18:28:58 +01:00
src libstl: use strtof() if available (in stla_read.c) 2014-01-23 17:30:23 +01:00
tests bench_libstl: back to work 2013-04-27 00:23:00 +02:00
.gitignore Add .gitignore file 2013-01-15 10:41:29 +01:00
CMakeLists.txt cmake: many improvements about build options and platform checks 2014-01-23 17:24:50 +01:00