Update with fib sketch

This commit is contained in:
Toby Jaffey 2025-12-09 00:13:38 +00:00
parent c37286cf01
commit 136f7a30bd
2 changed files with 53 additions and 9 deletions

View file

@ -1,5 +1,5 @@
all:
gcc -Wall -DUVM32_MEMORY_SIZE=512 -I../uvm32 -I../common -o host-parallel ../uvm32/uvm32.c host-parallel.c
gcc -Wall -DUVM32_MEMORY_SIZE=16386 -I../uvm32 -I../common -o host-parallel ../uvm32/uvm32.c host-parallel.c
clean:
rm -f host-parallel