diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2023-11-02 22:17:14 +0100 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2023-11-02 22:17:14 +0100 |
| commit | 9b1c9371333e20611ec5422e660ebec7e66c4261 (patch) | |
| tree | 4d0d0dbb27056871ab7c81c2903899e4e639b566 /utils/gentranscode.sh | |
| parent | a61382e9dec22ea1ff3fea2d59d3c605c0aa2aac (diff) | |
| download | nissy-core-9b1c9371333e20611ec5422e660ebec7e66c4261.tar.gz nissy-core-9b1c9371333e20611ec5422e660ebec7e66c4261.zip | |
Added avx2 moves
Diffstat (limited to '')
| -rwxr-xr-x | utils/gentranscode.sh | 1 |
1 files changed, 0 insertions, 1 deletions
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() { | |||
| 23 | for f in transform_??_???.txt; do | 23 | for f in transform_??_???.txt; do |
| 24 | trans="$(echo $f | sed 's/.*_// ; s/\.txt//')" | 24 | trans="$(echo $f | sed 's/.*_// ; s/\.txt//')" |
| 25 | printf 'static inline cube_t\ninline_trans_%s' "$trans" | 25 | printf 'static inline cube_t\ninline_trans_%s' "$trans" |
| 26 | [ "$1" = "-i" ] && printf '_inverse' | ||
| 27 | printf '(cube_t c)\n{\n' | 26 | printf '(cube_t c)\n{\n' |
| 28 | printf '\tcube_t ret;\n\n' | 27 | printf '\tcube_t ret;\n\n' |
| 29 | printf '\tcube_t tn = ' | 28 | printf '\tcube_t tn = ' |
