-
sech1hyc it might be finally time to look into RISC-V this year: youtube.com/watch?v=ykKnc86UtXg
-
sech1It's around $100 on Amazon, but delivery will take 3 months: amazon.com/VisionFive-RISC-V-StarFive-JH7110-Quad-core/dp/B0BGM6STN8
-
sech1I'll probably try to setup QEMU VM first
-
Ingebetween pi3 and pi4 in perf
-
sech1Good enough to run Monero and P2Pool nodes
-
sech1And it lacks AES instructions too as far as I can see
-
Ingecan risc-V support AES?
-
Ingei.e. hw
-
sech1
-
sech1RV64GC doesn't include this extension
-
sech1and that CPU is RV64GC
-
sech1It doesn't even have SIMD instructions and SIMD extension is not finalized yet, wow
-
sech1so if I start implementing JIT, it will be JIT without AES and SIMD at first
-
hycmaybe hold off a while longer then?
-
sech1RISC-V is not a single CPU, there will always be boards with or without AES or SIMD
-
sech1RISC-V JIT will need both variants
-
sech1btw AES is not a part of JIT
-
hycsure, it's not part of randomx instruction set
-
hycso only an issue for dataset init
-
sech1scratchpad init, and there is already software AES code available
-
hycSk Hynix showed off their processor-in-memory solution at CES
-
hyc
-
hyctypically these PIMs are quite limited, 32bit ALUs probably at most