Old Dip Tracker
Old Dip Tracker
Tested if macOs x86_64 still compiles when doing `--enable-experimental` and `--enable-scrypt-sse2` and this works, so that's another ✅
Confirmed that d6950a3 works on both non-avx2 and avx2 capable hardware under linux64. [details can be found here](https://gist.github.com/patricklodder/70c698357131f3779a2eb28e8d5168fb). That's another ✅ I also confirmed that AMD Zen-1 processors have real...
I've added a "help wanted" because I personally do not have access to: 1. a 64-bit Windows install on a device with a processor that doesn't support avx2 extensions 2....
> armv82 error I suspect that this is caused by other ARMv82 features. We can likely prevent this error by: 1. Putting the ARMv82 implementation in its own file and...
@edtubbs would you mind rebasing this on top of the current 1.14.7-dev (502a8a93 or later)?
This is my re-test plan for the ARM side. It lists only hardware that I have / can easily rent, if others want to test different hardware, that would be...
Ran into an issue when compiling locally on M1 macOs: `libdogecoinconsensus.la` no longer compiles, this is because it includes the code that will look for `sha512-armv82.cpp` (in `sha512.cpp`) but doesn't...
This is my configuration (on top of #3301): ``` ./configure --without-gui --disable-wallet --with-boost=/opt/homebrew/Cellar/boost/1.82.0_1 --enable-experimental --with-armv82-crypto ``` This is `config.log` for the armv8.2 check: ``` configure:30586: checking whether to build with...
> is USE_ARMV8 1? No. Only `USE_ARMV82`: ```console % grep -n2 USE_ARM src/config/bitcoin-config.h 353- 354-/* Define this symbol if armv8 crypto works */ 355:/* #undef USE_ARMV8 */ 356- 357-/* Define...
That didn't resolve it - I'll keep digging.