comparison configure @ 28209:6e8d3a955f64

Add ARMv6t2 CPU extension additions missed in previous commit.
author diego
date Sun, 04 Jan 2009 13:08:13 +0000
parents 06f8e00b14b3
children 794c9edaad54
comparison
equal deleted inserted replaced
28208:06f8e00b14b3 28209:6e8d3a955f64
2578 cc_check && _iwmmxt=yes 2578 cc_check && _iwmmxt=yes
2579 fi 2579 fi
2580 echores "$_iwmmxt" 2580 echores "$_iwmmxt"
2581 fi 2581 fi
2582 2582
2583 _cpuexts_all='ALTIVEC MMX MMX2 3DNOW 3DNOWEX SSE SSE2 SSSE3 FAST_CMOV CMOV PLD ARMV5TE ARMV6 ARMVFP IWMMXT MLIB MMI SH4 VIS MVI' 2583 _cpuexts_all='ALTIVEC MMX MMX2 3DNOW 3DNOWEX SSE SSE2 SSSE3 FAST_CMOV CMOV PLD ARMV5TE ARMV6 ARMV6T2 ARMVFP IWMMXT MLIB MMI SH4 VIS MVI'
2584 test "$_altivec" = yes && _cpuexts="ALTIVEC $_cpuexts" 2584 test "$_altivec" = yes && _cpuexts="ALTIVEC $_cpuexts"
2585 test "$_mmx" = yes && _cpuexts="MMX $_cpuexts" 2585 test "$_mmx" = yes && _cpuexts="MMX $_cpuexts"
2586 test "$_mmxext" = yes && _cpuexts="MMX2 $_cpuexts" 2586 test "$_mmxext" = yes && _cpuexts="MMX2 $_cpuexts"
2587 test "$_3dnow" = yes && _cpuexts="3DNOW $_cpuexts" 2587 test "$_3dnow" = yes && _cpuexts="3DNOW $_cpuexts"
2588 test "$_3dnowext" = yes && _cpuexts="3DNOWEX $_cpuexts" 2588 test "$_3dnowext" = yes && _cpuexts="3DNOWEX $_cpuexts"
2592 test "$_cmov" = yes && _cpuexts="CMOV $_cpuexts" 2592 test "$_cmov" = yes && _cpuexts="CMOV $_cpuexts"
2593 test "$_fast_cmov" = yes && _cpuexts="FAST_CMOV $_cpuexts" 2593 test "$_fast_cmov" = yes && _cpuexts="FAST_CMOV $_cpuexts"
2594 test "$pld" = yes && _cpuexts="PLD $_cpuexts" 2594 test "$pld" = yes && _cpuexts="PLD $_cpuexts"
2595 test "$_armv5te" = yes && _cpuexts="ARMV5TE $_cpuexts" 2595 test "$_armv5te" = yes && _cpuexts="ARMV5TE $_cpuexts"
2596 test "$_armv6" = yes && _cpuexts="ARMV6 $_cpuexts" 2596 test "$_armv6" = yes && _cpuexts="ARMV6 $_cpuexts"
2597 test "$_armv6t2" = yes && _cpuexts="ARMV6T2 $_cpuexts"
2597 test "$_armvfp" = yes && _cpuexts="ARMVFP $_cpuexts" 2598 test "$_armvfp" = yes && _cpuexts="ARMVFP $_cpuexts"
2598 test "$_iwmmxt" = yes && _cpuexts="IWMMXT $_cpuexts" 2599 test "$_iwmmxt" = yes && _cpuexts="IWMMXT $_cpuexts"
2599 test "$_vis" = yes && _cpuexts="VIS $_cpuexts" 2600 test "$_vis" = yes && _cpuexts="VIS $_cpuexts"
2600 test "$_mvi" = yes && _cpuexts="MVI $_cpuexts" 2601 test "$_mvi" = yes && _cpuexts="MVI $_cpuexts"
2601 2602