summaryrefslogtreecommitdiffstats
path: root/pocl
diff options
context:
space:
mode:
authorErik Schnetter <schnetter@gmail.com>2013-04-23 10:26:57 -0400
committerErik Schnetter <schnetter@gmail.com>2013-04-23 10:26:57 -0400
commitc79cce554599af3aa4344bd0b55a251b48dbf955 (patch)
tree79cef55c8888c87192611ca8542304c5e26334f4 /pocl
parent7df907bec664dcc3d3be18955a6cde93d6755db3 (diff)
downloadvecmathlib-c79cce554599af3aa4344bd0b55a251b48dbf955.zip
vecmathlib-c79cce554599af3aa4344bd0b55a251b48dbf955.tar.gz
Update build scripts
Diffstat (limited to 'pocl')
-rw-r--r--pocl/CMakeLists.txt15
1 files changed, 0 insertions, 15 deletions
diff --git a/pocl/CMakeLists.txt b/pocl/CMakeLists.txt
index 9c0f892..68e189d 100644
--- a/pocl/CMakeLists.txt
+++ b/pocl/CMakeLists.txt
@@ -16,18 +16,3 @@ add_custom_command(
DEPENDS generate-files.py)
add_library (kernel-vecmathlib ${SRCS})
-
-
-
-# # GCC:
-# set (CMAKE_CXX_COMPILER "g++")
-# set (CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wall -g -std=c++11 -march=native -Ofast")
-
-# Clang:
-# Note: This fails to link with -O4
-set (CMAKE_CXX_COMPILER "clang++-mp-3.3")
-set (CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wall -g -Dcl_khr_fp64 -Dcles_khr_int64 -std=c++11 -stdlib=libc++ -march=native -O3")
-
-# # Intel:
-# set (CMAKE_CXX_COMPILER "icpc")
-# set (CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wall -g -std=c++11 -fast")
OpenPOWER on IntegriCloud