Commit d5179b82 authored by Tomoaki Teshima's avatar Tomoaki Teshima

let the test Video_AccSquared.accuracy pass on linux x64 debug

parent 48b74790
......@@ -201,9 +201,6 @@ if(CMAKE_COMPILER_IS_GNUCXX)
add_extra_compiler_option(-mpopcnt)
endif()
endif()
if((X86 OR X86_64) AND NOT MSVC AND NOT APPLE)
add_extra_compiler_option(-mf16c)
endif((X86 OR X86_64) AND NOT MSVC AND NOT APPLE)
endif(NOT MINGW)
if(X86 OR X86_64)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment