Package Details: avm 15.0.0-2

Git Clone URL: https://aur.archlinux.org/avm.git (read-only, click to copy)
Package Base: avm
Description: AOM Video Model - the reference software for next codec from Alliance for Open Media
Upstream URL: https://gitlab.com/AOMediaCodec/avm/
Licenses: BSD-3-Clause
Submitter: dbermond
Maintainer: dbermond
Last Packager: dbermond
Votes: 2
Popularity: 0.000003
First Submitted: 2022-05-07 04:05 (UTC)
Last Updated: 2026-05-24 14:50 (UTC)

Dependencies (5)

Required by (0)

Sources (1)

Latest Comments

dbermond commented on 2026-05-24 14:50 (UTC) (edited on 2026-05-24 14:51 (UTC) by dbermond)

@HurricanePootis This was to comply with the default Arch Linux target CPU (plain generic x86_64), which supports only MMX, SSE and SSE2 instruction sets. At the time of the package creation four years ago, I was not sure how upstream deals with the instruction set levels at run time (if it strictly followed the build time selection or if it dynamically detects if the running CPU supports the available instructions compiled). Now, by revisiting the subject, it looks like it goes for the second option, by detecting if the executing CPU supports the compiled instruction sets. I've pushed an update to allow the maximum supported instruction set level.

HurricanePootis commented on 2026-05-23 16:41 (UTC)

@dbermond What's your logic behind disabling SSE3-SSE4_2, AVX, & AVX2?