Github messages for voidlinux
 help / color / mirror / Atom feed
From: unspecd <unspecd@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR REVIEW] bitcoin: update to 0.21.0.
Date: Fri, 12 Mar 2021 04:50:02 +0100	[thread overview]
Message-ID: <20210312035002.6pWAtkwwSDJa4nLZYzjITKVQf_wXTYkF4nIl1f_V3hM@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-29406@inbox.vuxu.org>

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

New review comment by unspecd on void-packages repository

https://github.com/void-linux/void-packages/pull/29406#discussion_r592891788

Comment:
Yes, it does. Simple test:
```c
/* sample.c */
#include <arm_acle.h>

int main()
{
    __crc32cd(0, 0);
    return 0;
}
```
```console
$ aarch64-linux-musl-gcc sample.c
/usr/lib/gcc/aarch64-linux-musl/10.2/include/arm_acle.h:128:1: error: inlining failed in call to 'always_inline' '__crc32cd': target specific option mismatch
  128 | __crc32cd (uint32_t __a, uint64_t __b)
      | ^~~~~~~~~
sample.c:5:5: note: called from here
    5 |     __crc32cd(0, 0);
```
```console
$ aarch64-linux-musl-gcc -march=armv8-a+crc+crypto sample.c ; echo $?
0
```

  parent reply	other threads:[~2021-03-12  3:50 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-03-11 21:40 [PR PATCH] " unspecd
2021-03-11 22:44 ` [PR REVIEW] " ericonr
2021-03-12  2:22 ` [PR PATCH] [Updated] " unspecd
2021-03-12  2:22 ` [PR REVIEW] " unspecd
2021-03-12  3:40 ` ericonr
2021-03-12  3:50 ` unspecd [this message]
2021-03-17 13:48 ` [PR PATCH] [Merged]: " ericonr

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=20210312035002.6pWAtkwwSDJa4nLZYzjITKVQf_wXTYkF4nIl1f_V3hM@z \
    --to=unspecd@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).