<bitcoin-git>
bitcoin/master 179abb3 Hennadii Stepanov: refactor: Move `StdMutex` to its own header
<bitcoin-git>
[bitcoin] fanquake merged pull request #34639: iwyu: Document or remove some `pragma: export` and other improvements (master...260220-iwyu-pragma) https://github.com/bitcoin/bitcoin/pull/34639
conman has joined #bitcoin-core-dev
jerryf has quit [Remote host closed the connection]
<bitcoin-git>
bitcoin/master b149a28 Hennadii Stepanov: depends: Do not consider `CC` environment variable when detecting system
<bitcoin-git>
bitcoin/master 1a1f584 merge-script: Merge bitcoin/bitcoin#29963: depends: Do not consider `CC` environment var...
<bitcoin-git>
[bitcoin] fanquake merged pull request #29963: depends: Do not consider `CC` environment variable for detecting system (master...240425-guess-cc) https://github.com/bitcoin/bitcoin/pull/29963
memset has quit [Remote host closed the connection]
memset has joined #bitcoin-core-dev
bugs_ has joined #bitcoin-core-dev
<bitcoin-git>
[bitcoin] HouseOfHufflepuff opened pull request #34903: wallet: Validate all descriptors before importing in importdescriptors (master...wallet-importdescriptors-validate-before-rescan) https://github.com/bitcoin/bitcoin/pull/34903
willcl-ark has quit [Quit: left]
willcl-ark has joined #bitcoin-core-dev
willcl-ark has joined #bitcoin-core-dev
ludwig has joined #bitcoin-core-dev
memset has quit [Remote host closed the connection]
memset has joined #bitcoin-core-dev
ludwig has quit [Remote host closed the connection]
ludwig_ has joined #bitcoin-core-dev
timbo_xyz has joined #bitcoin-core-dev
nymius has quit [Ping timeout: 256 seconds]
ludwig_ has quit [Quit: Leaving]
ludwig_ has joined #bitcoin-core-dev
ludwig_ has quit [Client Quit]
xrs has joined #bitcoin-core-dev
<darosior>
Has it been discussed previously to use ARM's NEON for SHA256 even when the ARMv8 crypto extensions (that we confusingly call SHANI in our codebase) aren't available? Some commonly used hardware, like RPi 4B, have NEON enabled on their CPU but not the crypto extensions.
<darosior>
I suspect it would give a non-trivial speedup to IBD, and a massive improvement for worst case block validation times.