aboutsummaryrefslogtreecommitdiff
path: root/utils/gentranscode.sh
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-xutils/gentranscode.sh4
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
3gcc -DDEBUG h48_to_lst.c ../cube.c -o h48_to_lst 3gcc -DDEBUG h48_to_lst.c ../src/cube.c -o h48_to_lst
4gcc -DDEBUG invert.c ../cube.c -o invert 4gcc -DDEBUG invert.c ../src/cube.c -o invert
5 5
6lineavx() { printf '#define _trans_cube_%s ' "$1"; } 6lineavx() { printf '#define _trans_cube_%s ' "$1"; }
7linesrc() { printf '_static cube_fast_t _trans_cube_%s = ' "$1"; } 7linesrc() { printf '_static cube_fast_t _trans_cube_%s = ' "$1"; }

Generated with cgit - Back to sebastiano.tronto.net