00:19:20 jberman: sech1 do you have more context on the status of https://github.com/tevador/RandomX/pull/274 ?
08:36:58 sech1: jberman RandomX V2 is already implemented for x64 and ARMv8, RISC-V is left to do. tevador was the one who implemented RISC-V support initially, so it's better that he finishes it. But I just got Orange Pi RV2 and will slowly start working on RISC-V code too (but I need to get familiar with everything first)
08:38:05 sech1: I will start with reading RISC-V spec and instruction lists, it will take some time. Then I will implement RISC-V vector extensions support, and only then RandomX V2
08:55:00 DataHoarder: those were the only changes, no changes to instruction distribution nor constant values?
09:12:53 sech1: No
09:13:18 sech1: Well, there were also RandomX commitments in another PR, for fast verification
09:13:29 sech1: https://github.com/tevador/RandomX/pull/265
11:44:19 gingeropolous: and that seems desired
14:00:11 DataHoarder: Yeah but that's in and in FCMP list
14:00:52 DataHoarder: I thought maybe we were doing further adjustments to instructions or including new, but that's fine I guess
21:38:03 jberman: awesome, thank you sech1