Sunday, May 26, 2024

Re: UPDATE: aom / libvpx - arm64

On Sun, May 26, 2024 at 02:01:47AM -0400, Brad Smith wrote:
> Here is a diff to add arm64 CPU feature detection support to
> aom and libvpx.

Here is an updated diff with the newly addded I8MM support.

I'm guessing this is only on something really new like an M3
CPU system.


Index: aom/Makefile
===================================================================
RCS file: /home/cvs/ports/multimedia/aom/Makefile,v
diff -u -p -u -p -r1.23 Makefile
--- aom/Makefile 7 May 2024 15:01:42 -0000 1.23
+++ aom/Makefile 27 May 2024 06:22:52 -0000
@@ -3,6 +3,7 @@ COMMENT= Alliance for Open Media AV1 vid
V= 3.9.0
DISTNAME= libaom-$V
PKGNAME= aom-$V
+REVISION= 0
CATEGORIES= multimedia

SHARED_LIBS= aom 4.2
Index: aom/patches/patch-aom_ports_aarch64_cpudetect_c
===================================================================
RCS file: /home/cvs/ports/multimedia/aom/patches/patch-aom_ports_aarch64_cpudetect_c,v
diff -u -p -u -p -r1.2 patch-aom_ports_aarch64_cpudetect_c
--- aom/patches/patch-aom_ports_aarch64_cpudetect_c 7 May 2024 15:01:42 -0000 1.2
+++ aom/patches/patch-aom_ports_aarch64_cpudetect_c 27 May 2024 06:22:52 -0000
@@ -1,23 +1,53 @@
-Allow ARM CPU runtime detection code to build on OpenBSD.
+Add AArch64 CPU feature detection support for OpenBSD.

Index: aom_ports/aarch64_cpudetect.c
--- aom_ports/aarch64_cpudetect.c.orig
+++ aom_ports/aarch64_cpudetect.c
-@@ -19,7 +19,7 @@
- #include <sys/sysctl.h>
-

No comments:

Post a Comment