summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYann Collet <cyan@fb.com>2021-07-04 20:58:02 (GMT)
committerYann Collet <cyan@fb.com>2021-07-04 20:58:02 (GMT)
commit67204c1fe85e0645c495c994b5228b5ddebeed83 (patch)
tree49c4a4ed22e8fe25171f6698254bdbf4cf113342
parente47f406ad643eeb39f7810b3635343832193f7c5 (diff)
downloadlz4-67204c1fe85e0645c495c994b5228b5ddebeed83.zip
lz4-67204c1fe85e0645c495c994b5228b5ddebeed83.tar.gz
lz4-67204c1fe85e0645c495c994b5228b5ddebeed83.tar.bz2
added risc-v decoder
-rw-r--r--index.html5
1 files changed, 3 insertions, 2 deletions
diff --git a/index.html b/index.html
index ddf748d..9a86a38 100644
--- a/index.html
+++ b/index.html
@@ -241,12 +241,13 @@ They are not interoperable with LZ4 command line utility.
|__WASM__ | Raymond Hill | https://github.com/gorhill/lz4-wasm
|__C__ decoder (tiny) | Justine Tunney | https://github.com/jart/cosmopolitan/blob/467504308a103865c058f9a0ac858cc22e72240e/libc/nexgen32e/lz4cpy.c
|__ARM Cortex assembly__ decoder | Jens Bauer | https://community.arm.com/developer/ip-products/processors/b/processors-ip-blog/posts/lz4-decompression-routine-for-cortex-m0-and-later
-|__8088 assembly__ decoder | Jim Leonard | http://www.oldskool.org/pc/lz4_8088
+|__Risc-V assembly__ decoder | Martin Wendt | https://github.com/enthusi/lz4_rv32i_decode
+|__8088 assembly__ decoder | Jim Leonard | http://www.oldskool.org/pc/lz4_8088
|__6502 & 65C02 assembly__ decoder | Peter Ferrie | https://github.com/pararaum/lz4-6502
|__65c816 assembly__ decoder | Olivier Zardini | http://www.brutaldeluxe.fr/products/crossdevtools/lz4/index.html
|__68k assembly__ decoder | Arnaud Carre | https://github.com/arnaud-carre/lz4-68k
-|__Atari XL/XE assembly__ decoder | xxl | http://xxl.atari.pl/lz4-decompressor/
|__Z80 assembly__ decoder | Edouard Berge | https://groups.google.com/forum/#!topic/lz4c/A6TLHThL0c8
+|__Atari XL/XE assembly__ decoder | xxl | http://xxl.atari.pl/lz4-decompressor/
|__v810 assembly__ decoder | Martin Wendt | https://github.com/enthusi/lz4_v810_decode
|__jsonlz4__ | Avi Halachmi | https://github.com/avih/dejsonlz4 : custom Mozilla LZ4 format