Member
7 posts
Registered:
Jan 2017
https://github.com/ripednail/multi-threaded-mvdsv
Member
7 posts
Registered:
Jan 2017
You can compile using an old version of gcc with cilk
Or using LLVM with open cilk
The only thing that doesn't compile correctly in clang is the number of threads setting in main.c just comment it out
I suggest exporting the clang or gcc binary in Linux to compile and modifying configure/make to clang if going the llvm route
This is a an old 32 bit version of ktx/mvdsv
Feel free to update the mvdsv/ktx with improvements
Member
7 posts
Registered:
Jan 2017
I made sure LLVM was working and updated source and release binary with LLVM/OPEN CILK in my github, with a readme.
Its been awhile since i messed with this, however the multi threaded quake server seems like it would be a good thing for a raspberry pi zero 2W, since its low frequency and power or even the pico.
Enjoy.