configure: factorize mips arch extensions out
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
f6122ed375
commit
c17dea05f7
12
configure
vendored
12
configure
vendored
@ -1480,6 +1480,13 @@ ARCH_EXT_LIST_ARM="
|
|||||||
vfpv3
|
vfpv3
|
||||||
"
|
"
|
||||||
|
|
||||||
|
ARCH_EXT_LIST_MIPS="
|
||||||
|
mipsfpu
|
||||||
|
mips32r2
|
||||||
|
mipsdspr1
|
||||||
|
mipsdspr2
|
||||||
|
"
|
||||||
|
|
||||||
ARCH_EXT_LIST_X86_SIMD="
|
ARCH_EXT_LIST_X86_SIMD="
|
||||||
amd3dnow
|
amd3dnow
|
||||||
amd3dnowext
|
amd3dnowext
|
||||||
@ -1515,10 +1522,7 @@ ARCH_EXT_LIST="
|
|||||||
$ARCH_EXT_LIST_ARM
|
$ARCH_EXT_LIST_ARM
|
||||||
$ARCH_EXT_LIST_PPC
|
$ARCH_EXT_LIST_PPC
|
||||||
$ARCH_EXT_LIST_X86
|
$ARCH_EXT_LIST_X86
|
||||||
mipsfpu
|
$ARCH_EXT_LIST_MIPS
|
||||||
mips32r2
|
|
||||||
mipsdspr1
|
|
||||||
mipsdspr2
|
|
||||||
loongson
|
loongson
|
||||||
"
|
"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user