Date: Sun, 31 Oct 2021 02:41:00 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 259564] multimedia/x265: add option to use altivec on powerpc64 Message-ID: <bug-259564-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D259564 Bug ID: 259564 Summary: multimedia/x265: add option to use altivec on powerpc64 Product: Ports & Packages Version: Latest Hardware: powerpc OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: ports-bugs@FreeBSD.org Reporter: pkubaj@FreeBSD.org CC: mi@ALDAN.algebra.com, powerpc@FreeBSD.org Flags: maintainer-feedback?(mi@ALDAN.algebra.com) CC: mi@ALDAN.algebra.com, powerpc@FreeBSD.org Created attachment 229158 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D229158&action= =3Dedit patch This patch uses the ASM option to simplify things, but actually assembly is= n't used, just SIMD code in C/C++. Anyway, POWER8 intrinsics for x265 are available for HI8P, HI10P and HI12P,= but additional AltiVec code is only available for HI8P. On top of that, using ENABLE_ASSEMBLY actually breaks build (because there'= s no assembly, but C/C++ code). Also, remove ASM_PREVENTS*. It doesn't work after including bsd.port.options.mk. --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-259564-7788>