diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2024-08-18 14:26:45 +0200 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2024-08-18 14:26:45 +0200 |
| commit | 18c9a8b8905304cf5f8fc15825769046a3144866 (patch) | |
| tree | a7807bb32b0a5d9ded7d3cedccc598f64a9b00fe /utils/gentranscode.sh | |
| parent | f25a10e19eca294c4e6a99e4f80ce5cfd11a0e5f (diff) | |
| download | nissy-core-18c9a8b8905304cf5f8fc15825769046a3144866.tar.gz nissy-core-18c9a8b8905304cf5f8fc15825769046a3144866.zip | |
Reorganized folder structure
Diffstat (limited to 'utils/gentranscode.sh')
| -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 9f9ec4d..e3e199e 100755 --- a/utils/gentranscode.sh +++ b/utils/gentranscode.sh | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | #!/bin/sh | 1 | #!/bin/sh |
| 2 | 2 | ||
| 3 | cc -DDEBUG h48_to_lst.c ../src/cube.c -o h48_to_lst | 3 | cc -DDEBUG h48_to_lst.c ../src/nissy.c -o h48_to_lst |
| 4 | cc -DDEBUG invert.c ../src/cube.c -o invert | 4 | cc -DDEBUG invert.c ../src/nissy.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"; } |
