Hacker News new | ask | show | jobs
by MomsAVoxell 559 days ago
I think it’s going to be quite important to address portability and general flexibility when it comes to architectures.

What do you think it will take to target RISC-V?

1 comments

I've tried to abstract everything architecture dependent but there is still a lot of x86 specific code outside of archutecure specific directories. I've been planning on adding support for new platforms, but I've not yet had the motivation to start doing it.

I'm not familiar with other architectures than x86 so I can't really say what it will take. At least a lot of work :D