comparison configure @ 34992:559fc479b2ef

9l. Revert r35074. Commit r35065 already adds a proper check.
author iive
date Wed, 15 Aug 2012 00:26:58 +0000
parents 882311d5cb8f
children 1de771df5f2f
comparison
equal deleted inserted replaced
34991:d0223a72b0ba 34992:559fc479b2ef
2992 inline_asm_check '"wunpckelub wr6, wr4"' && _iwmmxt=yes 2992 inline_asm_check '"wunpckelub wr6, wr4"' && _iwmmxt=yes
2993 fi 2993 fi
2994 echores "$_iwmmxt" 2994 echores "$_iwmmxt"
2995 fi 2995 fi
2996 2996
2997 cpuexts_all='ALTIVEC AVX MMX MMX2 MMXEXT AMD3DNOW AMD3DNOWEXT SSE SSE2 SSSE3 FAST_CMOV CMOV FAST_CLZ ARMV5TE ARMV6 ARMV6T2 ARMVFP VFPV3 NEON IWMMXT MMI VIS MVI CPUNOP' 2997 cpuexts_all='ALTIVEC AVX MMX MMX2 MMXEXT AMD3DNOW AMD3DNOWEXT SSE SSE2 SSSE3 FAST_CMOV CMOV FAST_CLZ ARMV5TE ARMV6 ARMV6T2 ARMVFP VFPV3 NEON IWMMXT MMI VIS MVI'
2998 test "$_altivec" = yes && cpuexts="ALTIVEC $cpuexts" 2998 test "$_altivec" = yes && cpuexts="ALTIVEC $cpuexts"
2999 test "$_mmx" = yes && cpuexts="MMX $cpuexts" 2999 test "$_mmx" = yes && cpuexts="MMX $cpuexts"
3000 test "$_mmxext" = yes && cpuexts="MMX2 $cpuexts" 3000 test "$_mmxext" = yes && cpuexts="MMX2 $cpuexts"
3001 test "$_mmxext" = yes && cpuexts="MMXEXT $cpuexts" 3001 test "$_mmxext" = yes && cpuexts="MMXEXT $cpuexts"
3002 test "$_3dnow" = yes && cpuexts="AMD3DNOW $cpuexts" 3002 test "$_3dnow" = yes && cpuexts="AMD3DNOW $cpuexts"