[Kst] branches/work/kst/portto4/kst/cmake/src/datasources

Peter Kümmel syntheticpp at gmx.net
Fri Jan 28 00:54:48 CET 2011


SVN commit 1217592 by kuemmel:

also enable Kst's version of atof on Linux,
5.8s -> 2.1s


 M  +4 -1      CMakeLists.txt  


--- branches/work/kst/portto4/kst/cmake/src/datasources/CMakeLists.txt #1217591:1217592
@@ -6,8 +6,11 @@
 	add_definitions(-DKST_USE_KST_ATOF)
 endif()
 
+if(UNIX)
+  # speedup on Linux x2.7
+  add_definitions(-DKST_USE_KST_ATOF)
+endif()
 
-
 kst_add_plugin(. ascii)
 kst_add_plugin(. qimagesource)
 kst_add_plugin(. sampledatasource)


More information about the Kst mailing list