Commit Graph

4 Commits

Author SHA1 Message Date
Thiago Kenji Okada
7319edcda5 7zz: compile optimized assembly code for x86_64
Use uasm to compile the optimized code instead of generic C code for
faster operations.

Before:
```
7zz x   10.83s user 0.40s system 98% cpu 11.439 total
```

After:
```
7zz x   6.87s user 0.40s system 98% cpu 7.395 total
```
2022-01-31 12:17:51 -03:00
Thiago Kenji Okada
2320573b69 7zz: 21.04 -> 21.07 2022-01-07 17:53:09 +08:00
Peter Hoeg
0437e90238
7zz: 21.01 -> 21.04 (#145031)
* 7zz: 21.01 -> 21.04

Also build from source instead of using the binaries.

We cannot (yet) build the fully optimized version as it requires the
ASMC assembler which currently doesn't build with GCC.
2021-11-12 10:57:14 +08:00
Anna Kudriavtsev
3bfce611c3 7zz: init at 21.01 2021-03-19 15:01:49 -07:00