From 18c9a8b8905304cf5f8fc15825769046a3144866 Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Sun, 18 Aug 2024 14:26:45 +0200 Subject: Reorganized folder structure --- 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 9f9ec4d..e3e199e 100755 --- a/utils/gentranscode.sh +++ b/utils/gentranscode.sh @@ -1,7 +1,7 @@ #!/bin/sh -cc -DDEBUG h48_to_lst.c ../src/cube.c -o h48_to_lst -cc -DDEBUG invert.c ../src/cube.c -o invert +cc -DDEBUG h48_to_lst.c ../src/nissy.c -o h48_to_lst +cc -DDEBUG invert.c ../src/nissy.c -o invert lineavx() { printf '#define _trans_cube_%s ' "$1"; } linesrc() { printf '_static cube_fast_t _trans_cube_%s = ' "$1"; } -- cgit v1.3