Merge remote-tracking branch 'qatar/master'
* qatar/master: configure: Remove dcbzl check for e500v1 and e500v2 architectures See: d5733936d857ce5c7d28c0bc9e89a2e2548f8895 Merged-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
commit
9456a8628b
3
configure
vendored
3
configure
vendored
@ -3636,10 +3636,12 @@ elif enabled ppc; then
|
|||||||
e500v2)
|
e500v2)
|
||||||
cpuflags="-mcpu=8548 -mhard-float -mfloat-gprs=double"
|
cpuflags="-mcpu=8548 -mhard-float -mfloat-gprs=double"
|
||||||
disable altivec
|
disable altivec
|
||||||
|
disable dcbzl
|
||||||
;;
|
;;
|
||||||
e500)
|
e500)
|
||||||
cpuflags="-mcpu=8540 -mhard-float"
|
cpuflags="-mcpu=8540 -mhard-float"
|
||||||
disable altivec
|
disable altivec
|
||||||
|
disable dcbzl
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
@ -4260,7 +4262,6 @@ elif enabled ppc; then
|
|||||||
|
|
||||||
enable local_aligned_8 local_aligned_16
|
enable local_aligned_8 local_aligned_16
|
||||||
|
|
||||||
[ $cpu != e500 -a $cpu != e500v2 ] &&
|
|
||||||
check_inline_asm dcbzl '"dcbzl 0, %0" :: "r"(0)'
|
check_inline_asm dcbzl '"dcbzl 0, %0" :: "r"(0)'
|
||||||
check_inline_asm ibm_asm '"add 0, 0, 0"'
|
check_inline_asm ibm_asm '"add 0, 0, 0"'
|
||||||
check_inline_asm ppc4xx '"maclhw r10, r11, r12"'
|
check_inline_asm ppc4xx '"maclhw r10, r11, r12"'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user