Lines Matching refs:WITH_SIMD
148 …h 12-bit samples (implies WITH_ARITH_DEC=0 WITH_ARITH_ENC=0 WITH_JAVA=0 WITH_SIMD=0 WITH_TURBOJPEG…
162 option(WITH_SIMD "Include SIMD extensions, if available for this platform" TRUE) option
163 boolean_number(WITH_SIMD)
200 set(WITH_SIMD 0) variable
532 if(WITH_SIMD)
535 message(STATUS "SIMD extensions: None (WITH_SIMD = ${WITH_SIMD})")
537 if(WITH_SIMD)
538 message(STATUS "SIMD extensions: ${CPU_TYPE} (WITH_SIMD = ${WITH_SIMD})")
850 if(WITH_SIMD)
865 # This causes FLOATTEST to reset to the default value if WITH_SIMD has
867 if(DEFINED WITH_SIMD_INT AND NOT WITH_SIMD EQUAL WITH_SIMD_INT)
870 set(WITH_SIMD_INT ${WITH_SIMD} CACHE INTERNAL "")