projects
/
mw
/
milkymist.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Improved PFPU timing + SW fixes
[mw/milkymist.git]
/
cores
/
pfpu
/
makeroms.sh
1
#!/bin/bash
2
3
set -e
4
5
gcc -o sinrom -O2 scripts/sinrom.c -lm
6
./sinrom > roms/sin.rom