Hacks taken from @amock to make RISC-V build.#1436
Hacks taken from @amock to make RISC-V build.#1436xfbs wants to merge 1 commit intobriansmith:mainfrom
Conversation
|
Thanks for the PR! Could you rebase this on top of #1558? I think we just need the base.h changes now. |
|
Also, could you add the changes to the scripts in mk/ to get |
Codes taken from briansmith#1436, briansmith#1558
Codes taken from briansmith#1436, briansmith#1558
Codes taken from briansmith#1436, briansmith#1558
|
This PR allows me to build ring locally, thanks! It would be fantastic to get this working on riscv - for example to run lemmy on riscv hardware. I understand the generic approach suggested there, I will keep my eyes open for updates! |
|
Thanks. For now I'm planning to go with the simpler PR #1627. If you want, we can revisit the extended changes you have here, afterward. |
As stated in #1419, trying to get RISC-V to build. This uses generic C code for montomery multiplication taken from @amock. But it builds and tests successfully like this.