Lines Matching full:with_simd
190 …h 12-bit samples (implies WITH_ARITH_DEC=0 WITH_ARITH_ENC=0 WITH_JAVA=0 WITH_SIMD=0 WITH_TURBOJPEG…
208 option(WITH_SIMD "Include SIMD extensions, if available for this platform" TRUE) option
209 boolean_number(WITH_SIMD)
255 set(WITH_SIMD 0) variable
561 if(WITH_SIMD)
567 message(STATUS "SIMD extensions: None (WITH_SIMD = ${WITH_SIMD})")
569 if(WITH_SIMD)
570 message(STATUS "SIMD extensions: ${CPU_TYPE} (WITH_SIMD = ${WITH_SIMD})")
908 if(WITH_SIMD)
926 # This causes FLOATTEST to reset to the default value if WITH_SIMD has
928 if(DEFINED WITH_SIMD_INT AND NOT WITH_SIMD EQUAL WITH_SIMD_INT)
931 set(WITH_SIMD_INT ${WITH_SIMD} CACHE INTERNAL "")