From 9b1c9371333e20611ec5422e660ebec7e66c4261 Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Thu, 2 Nov 2023 22:17:14 +0100 Subject: Added avx2 moves --- utils/gentranscode.sh | 1 - 1 file changed, 1 deletion(-) (limited to 'utils/gentranscode.sh') diff --git a/utils/gentranscode.sh b/utils/gentranscode.sh index e874ad4..7749ba7 100755 --- a/utils/gentranscode.sh +++ b/utils/gentranscode.sh @@ -23,7 +23,6 @@ genfuncs() { for f in transform_??_???.txt; do trans="$(echo $f | sed 's/.*_// ; s/\.txt//')" printf 'static inline cube_t\ninline_trans_%s' "$trans" - [ "$1" = "-i" ] && printf '_inverse' printf '(cube_t c)\n{\n' printf '\tcube_t ret;\n\n' printf '\tcube_t tn = ' -- cgit v1.3