cmake VXL_HAS_SSE2_HARDWARE_SUPPORT examples

vxl/vxl core/vil/CMakeLists.txt :205

option(VIL_CONFIG_ENABLE_SSE2_ROUNDING
       "Enable Streaming SIMD Extensions 2 implementation of rounding (hardware dependant)."
       ${VXL_HAS_SSE2_HARDWARE_SUPPORT} )

vxl/vxl core/vnl/CMakeLists.txt :19

option(VNL_CONFIG_ENABLE_SSE2_ROUNDING
  "Enable Streaming SIMD Extensions 2 implementation of rounding (hardware dependant)."
  ${VXL_HAS_SSE2_HARDWARE_SUPPORT} )

InsightSoftwareConsortium/ITK Modules/ThirdParty/VNL/src/vxl/core/vnl/CMakeLists.txt :19

option(VNL_CONFIG_ENABLE_SSE2_ROUNDING
  "Enable Streaming SIMD Extensions 2 implementation of rounding (hardware dependant)."
  ${VXL_HAS_SSE2_HARDWARE_SUPPORT} )