Github messages for voidlinux
 help / color / mirror / Atom feed
From: ericonr <ericonr@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR REVIEW] Update libaom and enable it for ffmpeg
Date: Wed, 22 Jul 2020 02:56:24 +0200	[thread overview]
Message-ID: <20200722005624.E6_mqpXDkmKsdPlZ1u-9R4WTzQQh7f0Har5dEuJTDzY@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-23542@inbox.vuxu.org>

[-- Attachment #1: Type: text/plain, Size: 2801 bytes --]

New review comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/23542#discussion_r458471944

Comment:
Lots of similar errors:

```
[ 18%] Building C object CMakeFiles/aom_scale.dir/aom_scale/generic/yv12config.c.o
In file included from ../av1/common/arm/av1_txfm_neon.c:12:
../av1/common/arm/av1_txfm_neon.c: In function 'av1_round_shift_array_neon':
/usr/lib/gcc/armv7l-linux-musleabihf/9.3.0/include/arm_neon.h:6733:1: error: inlining failed in call to always_inline 'vdupq_n_s32': target specific option mismatch
 6733 | vdupq_n_s32 (int32_t __a)
      | ^~~~~~~~~~~
../av1/common/arm/av1_txfm_neon.c:23:37: note: called from here
   23 |   const int32x4_t dup_bits_n_32x4 = vdupq_n_s32((int32_t)(-bit));
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../av1/common/arm/av1_txfm_neon.c:12:
/usr/lib/gcc/armv7l-linux-musleabihf/9.3.0/include/arm_neon.h:10947:1: error: inlining failed in call to always_inline 'vst1q_s32': target specific option mismatch
10947 | vst1q_s32 (int32_t * __a, int32x4_t __b)
      | ^~~~~~~~~
../av1/common/arm/av1_txfm_neon.c:27:5: note: called from here
   27 |     vst1q_s32(arr, tmp_q_s32);
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../av1/common/arm/av1_txfm_neon.c:12:
/usr/lib/gcc/armv7l-linux-musleabihf/9.3.0/include/arm_neon.h:4035:1: error: inlining failed in call to always_inline 'vrshlq_s32': target specific option mismatch
 4035 | vrshlq_s32 (int32x4_t __a, int32x4_t __b)
      | ^~~~~~~~~~
../av1/common/arm/av1_txfm_neon.c:26:17: note: called from here
   26 |     tmp_q_s32 = vrshlq_s32(tmp_q_s32, dup_bits_n_32x4);
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../av1/common/arm/av1_txfm_neon.c:12:
/usr/lib/gcc/armv7l-linux-musleabihf/9.3.0/include/arm_neon.h:10369:1: error: inlining failed in call to always_inline 'vld1q_s32': target specific option mismatch
10369 | vld1q_s32 (const int32_t * __a)
      | ^~~~~~~~~
../av1/common/arm/av1_txfm_neon.c:25:27: note: called from here
   25 |     int32x4_t tmp_q_s32 = vld1q_s32(arr);
      |                           ^~~~~~~~~~~~~~
make[2]: *** [CMakeFiles/aom_av1_common_neon_intrinsics.dir/build.make:83: CMakeFiles/aom_av1_common_neon_intrinsics.dir/av1/common/arm/av1_txfm_neon.c.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:393: CMakeFiles/aom_av1_common_neon_intrinsics.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....
[ 18%] Built target aom_decoder_app_util
```

Their armv7l toolchain has this, which implies lack of runtime detection.

```
set(AOM_NEON_INTRIN_FLAG "-mfpu=neon")

# No runtime cpu detect for armv7-linux-gcc.
set(CONFIG_RUNTIME_CPU_DETECT 0 CACHE STRING "")
```

  parent reply	other threads:[~2020-07-22  0:56 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-07-13  2:17 [PR PATCH] [RFC][NOMERGE] " ericonr
2020-07-13  5:42 ` [PR PATCH] [Updated] " ahesford
2020-07-13  5:48 ` ericonr
2020-07-13 13:32 ` [PR PATCH] [Updated] " ericonr
2020-07-13 17:17 ` richfelker
2020-07-13 17:36 ` ericonr
2020-07-13 18:26 ` [PR PATCH] [Updated] " ericonr
2020-07-13 18:46 ` richfelker
2020-07-20 14:15 ` [PR PATCH] [Updated] " ericonr
2020-07-20 14:16 ` ericonr
2020-07-20 14:36 ` ericonr
2020-07-21 23:26 ` [PR REVIEW] " ericonr
2020-07-22  0:48 ` q66
2020-07-22  0:49 ` ericonr
2020-07-22  0:56 ` ericonr [this message]
2020-07-22  0:56 ` ericonr
2020-07-22  0:58 ` [PR PATCH] [Updated] " ericonr
2020-07-22  0:59 ` [PR REVIEW] " q66
2020-07-22  1:06 ` ericonr
2020-07-22  1:09 ` ericonr
2020-07-22  1:59 ` q66
2020-07-22  2:07 ` [PR PATCH] [Updated] " ericonr
2020-07-24 19:04 ` [PR PATCH] [Closed]: " jnbr
2020-07-24 19:04 ` jnbr

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200722005624.E6_mqpXDkmKsdPlZ1u-9R4WTzQQh7f0Har5dEuJTDzY@z \
    --to=ericonr@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).