+ Microarchitecture optimizations + 64-bit support + Xilinx FPGA support + LLVM-16 support + Refactoring and quality control fixes
11 lines
133 B
Makefile
11 lines
133 B
Makefile
PROJECT = vectorhypot
|
|
|
|
SRCS = main.cc oclUtils.cpp shrUtils.cpp cmd_arg_reader.cpp
|
|
|
|
CXXFLAGS += -I.
|
|
|
|
OPTS ?=
|
|
|
|
include ../common.mk
|
|
|