9 lines
147 B
Makefile
9 lines
147 B
Makefile
|
|
EXAMPLE=gmres
|
|
CPP_SRC=algorithm.cpp main.cpp matrix.cpp
|
|
CC_SRC=mmio.c
|
|
ISPC_SRC=matrix.ispc
|
|
ISPC_TARGETS=sse2,sse4-x2,avx-x2
|
|
|
|
include ../common.mk
|