瀏覽代碼

Fix for the bfs benchmark

Removed a dependency from a custom timer module that used x86 specific
assembly primitives
Andrea Gussoni 8 年之前
父節點
當前提交
bdd43f65bb
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      opencl/bfs/Makefile

+ 1 - 1
opencl/bfs/Makefile

@@ -3,7 +3,7 @@ include ../../common/make.config
 #C compiler
 CC = g++
 
-SRC = bfs.cpp timer.cc
+SRC = bfs.cpp
 
 CC_FLAGS = -g -O3