Introduction
Introduction Statistics Contact Development Disclaimer Help
tAdded -march flags - numeric - C++ library with numerical algorithms
git clone git://src.adamsgaard.dk/numeric
Log
Files
Refs
LICENSE
---
commit 64d8741235c18b77a31c21f83ac473297f678c72
parent f406e541b73a2fb8fde94b069a663bb3447cbec1
Author: Anders Damsgaard <[email protected]>
Date: Thu, 14 Feb 2013 20:31:15 +0100
Added -march flags
Diffstat:
M matrixmul/Makefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/matrixmul/Makefile b/matrixmul/Makefile
t@@ -15,8 +15,8 @@ PREFIXCMD = time -ao # For Linux
CC=gcc
CXX=g++
-CFLAGS=-Wall -O3
-CXXFLAGS=-Wall -O3
+CFLAGS=-Wall -O3 -march=native
+CXXFLAGS=-Wall -O3 -march=native
performance.png: plot.gp lua-arrofarrs.dat lua-linarr.dat luajit-arrofarrs.dat…
gnuplot -e "platform='$(shell uname -norm)'; threads='$(shell ./cputhr…
You are viewing proxied material from mx1.adamsgaard.dk. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.