From 75966319fd5891c2c1bd35b1f7c93eab172fd28e Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Fri, 10 May 2024 08:55:03 +0200 Subject: Moved to src/ --- utils/gentranscode.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'utils/gentranscode.sh') 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 @@ #!/bin/sh -gcc -DDEBUG h48_to_lst.c ../cube.c -o h48_to_lst -gcc -DDEBUG invert.c ../cube.c -o invert +gcc -DDEBUG h48_to_lst.c ../src/cube.c -o h48_to_lst +gcc -DDEBUG invert.c ../src/cube.c -o invert lineavx() { printf '#define _trans_cube_%s ' "$1"; } linesrc() { printf '_static cube_fast_t _trans_cube_%s = ' "$1"; } -- cgit v1.3