From b4d33513bd44c82426ef9e3c6daf5b8046672514 Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Tue, 11 Jun 2024 12:05:24 +0200 Subject: Finished refactor --- 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 8f0ae14..9f9ec4d 100755 --- a/utils/gentranscode.sh +++ b/utils/gentranscode.sh @@ -1,7 +1,7 @@ #!/bin/sh -gcc -DDEBUG h48_to_lst.c ../src/cube.c -o h48_to_lst -gcc -DDEBUG invert.c ../src/cube.c -o invert +cc -DDEBUG h48_to_lst.c ../src/cube.c -o h48_to_lst +cc -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