diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2024-06-11 12:05:24 +0200 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2024-06-11 12:05:24 +0200 |
| commit | b4d33513bd44c82426ef9e3c6daf5b8046672514 (patch) | |
| tree | db64d441059897974d270614cd1ad22d15fc8e56 /utils/gentranscode.sh | |
| parent | c89c5a1832354d656757c5aff49018d0313838e0 (diff) | |
| download | nissy-core-b4d33513bd44c82426ef9e3c6daf5b8046672514.tar.gz nissy-core-b4d33513bd44c82426ef9e3c6daf5b8046672514.zip | |
Finished refactor
Diffstat (limited to '')
| -rwxr-xr-x | utils/gentranscode.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/gentranscode.sh b/utils/gentranscode.sh index 8f0ae14..9f9ec4d 100755 --- a/utils/gentranscode.sh +++ b/utils/gentranscode.sh | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | #!/bin/sh | 1 | #!/bin/sh |
| 2 | 2 | ||
| 3 | gcc -DDEBUG h48_to_lst.c ../src/cube.c -o h48_to_lst | 3 | cc -DDEBUG h48_to_lst.c ../src/cube.c -o h48_to_lst |
| 4 | gcc -DDEBUG invert.c ../src/cube.c -o invert | 4 | cc -DDEBUG invert.c ../src/cube.c -o invert |
| 5 | 5 | ||
| 6 | lineavx() { printf '#define _trans_cube_%s ' "$1"; } | 6 | lineavx() { printf '#define _trans_cube_%s ' "$1"; } |
| 7 | linesrc() { printf '_static cube_fast_t _trans_cube_%s = ' "$1"; } | 7 | linesrc() { printf '_static cube_fast_t _trans_cube_%s = ' "$1"; } |
