diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2024-05-10 08:55:03 +0200 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2024-05-10 08:55:03 +0200 |
| commit | 75966319fd5891c2c1bd35b1f7c93eab172fd28e (patch) | |
| tree | 850a69906c7140be36670f2014e78ff91a96ab33 /utils/gentranscode.sh | |
| parent | 15a072db18e441db5aa9e5339341fa1a466b504a (diff) | |
| download | nissy-core-75966319fd5891c2c1bd35b1f7c93eab172fd28e.tar.gz nissy-core-75966319fd5891c2c1bd35b1f7c93eab172fd28e.zip | |
Moved to src/
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 f9aeb7b..4501bad 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 ../cube.c -o h48_to_lst | 3 | gcc -DDEBUG h48_to_lst.c ../src/cube.c -o h48_to_lst |
| 4 | gcc -DDEBUG invert.c ../cube.c -o invert | 4 | gcc -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"; } |
