comparison configure @ 36182:8587ae275646

Rename HAVE_CMOV to HAVE_I686 for FFmpeg. Keep the cmov name in configure since it is less confusing, since cmov is what we test for and also since for example VIA C3 sometimes is considered i686 that does not implement the optional CMOV instruction.
author reimar
date Fri, 17 May 2013 15:59:38 +0000
parents 00a9c3937ea1
children 236179a10ee9
comparison
equal deleted inserted replaced
36181:133747be9334 36182:8587ae275646
3120 inline_asm_check '"wunpckelub wr6, wr4"' && _iwmmxt=yes 3120 inline_asm_check '"wunpckelub wr6, wr4"' && _iwmmxt=yes
3121 fi 3121 fi
3122 echores "$_iwmmxt" 3122 echores "$_iwmmxt"
3123 fi 3123 fi
3124 3124
3125 cpuexts_all='ALTIVEC AVX MMX MMX2 MMXEXT AMD3DNOW AMD3DNOWEXT SSE SSE2 SSE3 SSSE3 SSE4 SSE42 FAST_CMOV CMOV FAST_CLZ ARMV5TE ARMV6 ARMV6T2 VFP VFPV3 NEON IWMMXT MMI VIS MVI' 3125 cpuexts_all='ALTIVEC AVX MMX MMX2 MMXEXT AMD3DNOW AMD3DNOWEXT SSE SSE2 SSE3 SSSE3 SSE4 SSE42 FAST_CMOV I686 FAST_CLZ ARMV5TE ARMV6 ARMV6T2 VFP VFPV3 NEON IWMMXT MMI VIS MVI'
3126 test "$_altivec" = yes && cpuexts="ALTIVEC $cpuexts" 3126 test "$_altivec" = yes && cpuexts="ALTIVEC $cpuexts"
3127 test "$_mmx" = yes && cpuexts="MMX $cpuexts" 3127 test "$_mmx" = yes && cpuexts="MMX $cpuexts"
3128 test "$_mmxext" = yes && cpuexts="MMX2 $cpuexts" 3128 test "$_mmxext" = yes && cpuexts="MMX2 $cpuexts"
3129 test "$_mmxext" = yes && cpuexts="MMXEXT $cpuexts" 3129 test "$_mmxext" = yes && cpuexts="MMXEXT $cpuexts"
3130 test "$_3dnow" = yes && cpuexts="AMD3DNOW $cpuexts" 3130 test "$_3dnow" = yes && cpuexts="AMD3DNOW $cpuexts"
3134 test "$_sse3" = yes && cpuexts="SSE3 $cpuexts" 3134 test "$_sse3" = yes && cpuexts="SSE3 $cpuexts"
3135 test "$_ssse3" = yes && cpuexts="SSSE3 $cpuexts" 3135 test "$_ssse3" = yes && cpuexts="SSSE3 $cpuexts"
3136 test "$_sse4_1" = yes && cpuexts="SSE4 $cpuexts" 3136 test "$_sse4_1" = yes && cpuexts="SSE4 $cpuexts"
3137 test "$_sse4_2" = yes && cpuexts="SSE42 $cpuexts" 3137 test "$_sse4_2" = yes && cpuexts="SSE42 $cpuexts"
3138 test "$_avx" = yes && cpuexts="AVX $cpuexts" 3138 test "$_avx" = yes && cpuexts="AVX $cpuexts"
3139 test "$_cmov" = yes && cpuexts="CMOV $cpuexts" 3139 test "$_cmov" = yes && cpuexts="I686 $cpuexts"
3140 test "$_fast_cmov" = yes && cpuexts="FAST_CMOV $cpuexts" 3140 test "$_fast_cmov" = yes && cpuexts="FAST_CMOV $cpuexts"
3141 test "$_fast_clz" = yes && cpuexts="FAST_CLZ $cpuexts" 3141 test "$_fast_clz" = yes && cpuexts="FAST_CLZ $cpuexts"
3142 test "$_armv5te" = yes && cpuexts="ARMV5TE $cpuexts" 3142 test "$_armv5te" = yes && cpuexts="ARMV5TE $cpuexts"
3143 test "$_armv6" = yes && cpuexts="ARMV6 $cpuexts" 3143 test "$_armv6" = yes && cpuexts="ARMV6 $cpuexts"
3144 test "$_armv6t2" = yes && cpuexts="ARMV6T2 $cpuexts" 3144 test "$_armv6t2" = yes && cpuexts="ARMV6T2 $cpuexts"