aboutsummaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorHenrik Gramner <henrik@gramner.com>2024-03-16 16:39:37 +0100
committerHenrik Gramner <henrik@gramner.com>2024-03-24 14:53:57 +0100
commitafa471d0efed1df5dca6eeeb2fcdd211ae4cad4e (patch)
treedb94cecfd1fe1cb5951773461f0d7d93526f0d10 /configure
parent782c4df28dc91a2b5160fe7a35ad18541e8c5029 (diff)
downloadffmpeg-afa471d0efed1df5dca6eeeb2fcdd211ae4cad4e.tar.gz
x86: Update x86inc.asm
Make things up-to-date with upstream. https://code.videolan.org/videolan/x86inc.asm
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 0 insertions, 4 deletions
diff --git a/configure b/configure
index b9fa8652c4..a6693edfd0 100755
--- a/configure
+++ b/configure
@@ -2222,7 +2222,6 @@ ARCH_EXT_LIST_RISCV="
ARCH_EXT_LIST_X86="
$ARCH_EXT_LIST_X86_SIMD
- cpunop
i686
"
@@ -2771,7 +2770,6 @@ mipsdsp_deps="mips"
mipsdspr2_deps="mips"
msa_deps="mipsfpu"
-cpunop_deps="i686"
x86_64_select="i686"
x86_64_suggest="fast_cmov"
@@ -6401,7 +6399,6 @@ EOF
done
disabled x86asm && die "nasm/yasm not found or too old. Use --disable-x86asm for a crippled build."
X86ASMFLAGS="-f $objformat"
- enabled pic && append X86ASMFLAGS "-DPIC"
test -n "$extern_prefix" && append X86ASMFLAGS "-DPREFIX"
case "$objformat" in
elf*) enabled debug && append X86ASMFLAGS $x86asm_debug ;;
@@ -6412,7 +6409,6 @@ EOF
enabled avx2 && check_x86asm avx2_external "vextracti128 xmm0, ymm0, 0"
enabled xop && check_x86asm xop_external "vpmacsdd xmm0, xmm1, xmm2, xmm3"
enabled fma4 && check_x86asm fma4_external "vfmaddps ymm0, ymm1, ymm2, ymm3"
- check_x86asm cpunop "CPU amdnop"
fi
case "$cpu" in