Created
September 24, 2015 10:49
-
-
Save est77/2d9a4b78b6045e981d97 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# CMake-gui popup menu. | |
set (USE_SIMD "OFF" CACHE STRING "Enable SIMD") | |
set_property (CACHE USE_SIMD PROPERTY STRINGS OFF SSE2 SSE4.2 AVX) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment