| tminor format changes - numeric - C++ library with numerical algorithms | |
| git clone git://src.adamsgaard.dk/numeric | |
| Log | |
| Files | |
| Refs | |
| LICENSE | |
| --- | |
| commit 524a25f5002f926651d6ee5111f3bcff7641e970 | |
| parent e94b15a943f4e6efbc0b4cdb7728d2753da139ee | |
| Author: Anders Damsgaard Christensen <[email protected]> | |
| Date: Thu, 24 Jan 2013 08:40:25 +0100 | |
| minor format changes | |
| Diffstat: | |
| M matrixmul/Makefile | 4 ++-- | |
| M matrixmul/cpumodel.sh | 0 | |
| 2 files changed, 2 insertions(+), 2 deletions(-) | |
| --- | |
| diff --git a/matrixmul/Makefile b/matrixmul/Makefile | |
| t@@ -17,8 +17,8 @@ CXX=g++ | |
| CFLAGS=-Wall -O3 | |
| CXXFLAGS=-Wall -O3 | |
| -performance.png: plot.gp lua-arrofarrs.dat lua-linarr.dat luajit-arrofarrs.dat… | |
| - gnuplot plot.gp | |
| +performance.png: plot.gp lua-arrofarrs.dat lua-linarr.dat luajit-arrofarrs.dat… | |
| + gnuplot -e "platform='$(shell uname -norm)'; threads='$(shell ./cputhr… | |
| # Lua: Matrices as arrays of arrays | |
| lua-arrofarrs.dat: lua-arrofarrs.lua | |
| diff --git a/matrixmul/cpumodel.sh b/matrixmul/cpumodel.sh |