File tree Expand file tree Collapse file tree 2 files changed +1394
-368
lines changed
src/counter_analysis_toolkit Expand file tree Collapse file tree 2 files changed +1394
-368
lines changed Original file line number Diff line number Diff line change @@ -103,7 +103,7 @@ icache_seq_kernel_0.o: icache_seq.c icache_seq.h
103
103
rm icache_seq_kernel_0.o
104
104
105
105
instr : instructions.c instr.h
106
- -$(CC ) -c $(CFLAGS ) $(OPT2 ) -ftree-vectorize $(INSTR ) $(INCFLAGS ) instructions.c -o instructions.o
106
+ -$(CC ) -c $(CFLAGS ) $(OPT2 ) -ftree-vectorize $(FLOP ) $( INSTR ) $(INCFLAGS ) instructions.c -o instructions.o
107
107
108
108
weak_symbols.o : weak_symbols.c vec.h
109
109
-$(CC ) -c $(CFLAGS ) weak_symbols.c
@@ -162,7 +162,7 @@ vec_nonfma_dp: vec_nonfma_dp.c vec_scalar_verify.h
162
162
-$(CC ) -c $(CFLAGS ) $(INCFLAGS ) $(VEC256 ) vec_nonfma_dp.c -o vec_nonfma_dp-256B.o
163
163
-$(CC ) -c $(CFLAGS ) $(INCFLAGS ) $(VEC512 ) vec_nonfma_dp.c -o vec_nonfma_dp-512B.o
164
164
165
- cat_collect : main.c
165
+ cat_collect :
166
166
$(CC ) $(CFLAGS ) -fopenmp $(INCFLAGS ) main.c $(wildcard * .o) -o cat_collect $(LDFLAGS )
167
167
168
168
clean :
You can’t perform that action at this time.
0 commit comments