Significant speed-up by inlining GSL RNG functions (~20% in short tests).
authorDariusz Murakowski <murakdar@mit.edu>
Fri, 24 Apr 2015 04:18:38 +0000 (00:18 -0400)
committerDariusz Murakowski <murakdar@mit.edu>
Fri, 24 Apr 2015 04:18:38 +0000 (00:18 -0400)
Makefile

index 5f7162c..18565ba 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -21,7 +21,7 @@ LIBS = -lgsl -lgslcblas -lm
 ifeq ($(dbg),1)
        DBGFLAG = -g -DDEBUG  # -D_GLIBCXX_DEBUG
 else
-       DBGFLAG = -O3 -combine
+       DBGFLAG = -O3 -combine -DHAVE_INLINE
 endif
 
 # now the actual build rules, pretty general