From 5c5231ab71ba51432a24fdfd7d36a835b44805ea Mon Sep 17 00:00:00 2001 From: Gael Guennebaud Date: Tue, 22 Apr 2014 16:03:19 +0200 Subject: Workaround gcc's default ABI not being able to distinghish between vector types of different sizes. --- CMakeLists.txt | 3 --- 1 file changed, 3 deletions(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 838a41b79..fb13769f4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -199,9 +199,6 @@ if(NOT MSVC) option(EIGEN_TEST_AVX "Enable/Disable AVX in tests/examples" OFF) if(EIGEN_TEST_AVX) set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -mavx") - if(CMAKE_COMPILER_IS_GNUCXX) - set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fabi-version=6") - endif() message(STATUS "Enabling AVX in tests/examples") endif() -- cgit v1.2.3