configure: Remove 3dnow
The last 3dnow functions have been removed in commit
5ef613bcb0. So remove 3dnow
from configure; the only thing kept is that --disable-amd3dnow
is still accepted, but no longer advertised by --help.
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
This commit is contained in:
parent
ddeec523a2
commit
9a9edd8024
1 changed files with 0 additions and 6 deletions
6
configure
vendored
6
configure
vendored
|
|
@ -452,8 +452,6 @@ Optimization options (experts only):
|
|||
--disable-altivec disable AltiVec optimizations
|
||||
--disable-vsx disable VSX optimizations
|
||||
--disable-power8 disable POWER8 optimizations
|
||||
--disable-amd3dnow disable 3DNow! optimizations
|
||||
--disable-amd3dnowext disable 3DNow! extended optimizations
|
||||
--disable-mmx disable MMX optimizations
|
||||
--disable-mmxext disable MMXEXT optimizations
|
||||
--disable-sse disable SSE optimizations
|
||||
|
|
@ -2861,8 +2859,6 @@ simd128_deps="wasm"
|
|||
x86_64_select="i686"
|
||||
x86_64_suggest="fast_cmov"
|
||||
|
||||
amd3dnow_deps="mmx"
|
||||
amd3dnowext_deps="amd3dnow"
|
||||
i686_deps="x86"
|
||||
mmx_deps="x86"
|
||||
mmxext_deps="mmx"
|
||||
|
|
@ -8177,8 +8173,6 @@ if enabled x86; then
|
|||
echo "x86 assembler ${x86asmexe}"
|
||||
echo "MMX enabled ${mmx-no}"
|
||||
echo "MMXEXT enabled ${mmxext-no}"
|
||||
echo "3DNow! enabled ${amd3dnow-no}"
|
||||
echo "3DNow! extended enabled ${amd3dnowext-no}"
|
||||
echo "SSE enabled ${sse-no}"
|
||||
echo "SSSE3 enabled ${ssse3-no}"
|
||||
echo "AESNI enabled ${aesni-no}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue