Reimplementation of Beowulf in C, with compiler
Find a file
Simon Brooke 7e9dc12766 Initial commit.
This first sketch of the memory layout isn't working because I'm
not succeeding in packing the bitfields, so I intend to rip it up
and start again.
2026-04-05 12:22:48 +01:00
src Initial commit. 2026-04-05 12:22:48 +01:00
.gitignore Initial commit. 2026-04-05 12:22:48 +01:00
LICENSE Initial commit 2026-04-05 11:18:15 +00:00
Makefile Initial commit. 2026-04-05 12:22:48 +01:00
README.md Initial commit 2026-04-05 11:18:15 +00:00

grendel

Reimplementation of Beowulf in C, with compiler