Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 13 Feb 2025 11:27:44 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 284785] multimedia/aom fails with penryn
Message-ID:  <bug-284785-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D284785

            Bug ID: 284785
           Summary: multimedia/aom fails with penryn
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: jbeich@FreeBSD.org
          Reporter: jakub_lach@mailplus.pl
             Flags: maintainer-feedback?(jbeich@FreeBSD.org)
          Assignee: jbeich@FreeBSD.org

/usr/obj/usr/ports/multimedia/aom/work/libaom-3.12.0/av1/encoder/x86/hash_s=
se42.c:41:11:
error: al=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20
          ways_inline function '_mm_crc32_u8' requires target feature 'crc3=
2',
but would be inlined into fun=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20
                              ction 'av1_get_crc32c_value_sse4_2' that is
compiled without support for 'crc32'=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20
   41 |     crc =3D _mm_crc32_u8(crc, *buf);=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20
      |           ^=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20
/usr/obj/usr/ports/multimedia/aom/work/libaom-3.12.0/av1/encoder/x86/hash_s=
se42.c:46:12:
error: al=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20
          ways_inline function '_mm_crc32_u64' requires target feature 'crc=
32',
but would be inlined into function 'av1_get_crc32c_value_sse4_2' that is
compiled without support for 'crc32'
   46 |   CALC_CRC(_mm_crc32_u64, crc64, uint64_t, buf, len)
      |            ^
/usr/obj/usr/ports/multimedia/aom/work/libaom-3.12.0/av1/encoder/x86/hash_s=
se42.c:49:12:
error: always_inline function '_mm_crc32_u32' requires target feature 'crc3=
2',
but would be inlined into function 'av1_get_crc32c_value_sse4_2' that is
compiled without support for 'crc32'
   49 |   CALC_CRC(_mm_crc32_u32, crc, uint32_t, buf, len)
      |            ^
/usr/obj/usr/ports/multimedia/aom/work/libaom-3.12.0/av1/encoder/x86/hash_s=
se42.c:50:12:
error: always_inline function '_mm_crc32_u16' requires target feature 'crc3=
2',
but would be inlined into function 'av1_get_crc32c_value_sse4_2' that is
compiled without support for 'crc32'
   50 |   CALC_CRC(_mm_crc32_u16, crc, uint16_t, buf, len)
      |            ^
/usr/obj/usr/ports/multimedia/aom/work/libaom-3.12.0/av1/encoder/x86/hash_s=
se42.c:51:12:
error: always_inline function '_mm_crc32_u8' requires target feature 'crc32=
',
but would be inlined into function 'av1_get_crc32c_value_sse4_2' that is
compiled without support for 'crc32'
   51 |   CALC_CRC(_mm_crc32_u8, crc, uint8_t, buf, len)
      |            ^
5 errors generated.


CPUTYPE?=3Dnative with=20

FreeBSD clang version 19.1.7 (https://github.com/llvm/llvm-project.git
llvmorg-19.1.7-0-gcd708029e0b2)
Target: x86_64-unknown-freebsd14.2=20

appears to include instructions which penryn _does not_ have.

--=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-284785-7788>