version 1.2, 2005/02/17 08:01:32
|
version 1.3, 2005/02/17 09:40:11
|
|
|
#ignoring multiple processors --- could quite possibly thread, having both processors go at it at once | #ignoring multiple processors --- could quite possibly thread, having both processors go at it at once |
#-fprofile-arcs interesting but not so useful on | #-fprofile-arcs interesting but not so useful on |
#speed increase to 6 seconds from *78 seconds* on SPARC v9 (kelton) using | #speed increase to 6 seconds from *78 seconds* on SPARC v9 (kelton) using |
all: rizwank_acm0205 |
all: acm |
| |
rizwank_acm0205: |
acm: |
g++ $(CFLAGSSPARC) -o rizwank_acm0205 rizwank_acm0205.cpp | g++ $(CFLAGSSPARC) -o rizwank_acm0205 rizwank_acm0205.cpp |
| |
rizwank_acm0205_cygwin: |
cygwin: |
g++ $(CFLAGSHOME) -o rizwank_acm0205.exe rizwank_acm0205.cpp; | g++ $(CFLAGSHOME) -o rizwank_acm0205.exe rizwank_acm0205.cpp; |
clean: | clean: |
@-rm acm3.exe | @-rm acm3.exe |