summary refs log tree commit diff stats
path: root/results/scraper/box64/596
blob: a018e1122c9252a3a75472738aa7cb080366cb60 (plain) (blame)
1
2
3
4
5
6
7
[LA464] Dynarec writting
I started writting a Dynarec for the LongArch architecture, and some of the code can be seen in current Box64 code. 
However, I don't have access to any LongArch machine anymore and so cannot conitnue this port.

It's a shame because there is a lot of synergy between this and the ongoing RISCV effort actually going on. Some of the chalenge (like the sign extension for 32bits values) are shared, so developping both dynarec at the same time would make sense.

For this, I need access to a LongArch machine (preferably a physical machine, as remote machine are slow to the point it make develepment awkward).