From 788d64770748da34646206d7173ad62a28c19862 Mon Sep 17 00:00:00 2001 From: iximeow Date: Sun, 6 Dec 2020 22:36:35 -0800 Subject: update README and linkify libraries --- README.md | 24 +++++++++++++----------- 1 file changed, 13 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index a5176b7..1310915 100644 --- a/README.md +++ b/README.md @@ -16,17 +16,19 @@ there are numerous architectures for which decoders are implemented, at varying | architecture | library | decode | tests | benchmarks | note | | ------------ | ------- | ------ | ----- | ---------- | ---- | -| `x86_64` | yaxpeax-x86 | 🥳 | 🥳 | 🚧 | avx2, avx512, and some newer extensions unsupported | -| `x86:32` | yaxpeax-x86 | 🥳 | 🥳 | ❓ | avx2, avx512, and some newer extensions unsupported | -| `x86:16` | yaxpeax-x86 | ❓ | ❓ | ❓ | should share most but not all implementation with `x86:32` | -| `armv7` | yaxpeax-arm | 🚧 | 🚧 | ❓ | | -| `armv8` | yaxpeax-arm | 🚧 | 🚧 | ❓ | | -| `m16c` | yaxpeax-m16c | ⚠️ | 🚧 | ❓ | | -| `mips` | yaxpeax-mips | 🚧 | 🚧 | ❓ | | -| `msp430` | yaxpeax-msp430 | 🚧 | 🚧 | ❓ | | -| `pic17` | yaxpeax-pic17 | 🚧 | 🚧 | ❓ | | -| `pic18` | yaxpeax-pic18 | 🚧 | 🚧 | ❓ | | -| `pic24` | yaxpeax-pic24 | ❓ | ❓ | ❓ | exists, but only decodes `NOP` | +| `x86_64` | [yaxpeax-x86](../yaxpeax-x86) | 🥳 | 🥳 | 🚧 | avx2, avx512, and some newer extensions unsupported | +| `x86:32` | [yaxpeax-x86](../yaxpeax-x86) | 🥳 | 🥳 | ❓ | avx2, avx512, and some newer extensions unsupported | +| `x86:16` | [yaxpeax-x86](../yaxpeax-x86) | ❓ | ❓ | ❓ | should share most but not all implementation with `x86:32` | +| `ia64` | [yaxpeax-ia64](../yaxpeax-ia64) | 🥳 | ⚠️ | ❓ | lack of a good oracle has complicated testing | +| `armv7` | [yaxpeax-arm](../yaxpeax-arm) | 🚧 | 🚧 | ❓ | NEON is not yet supported | +| `armv8` | [yaxpeax-arm](../yaxpeax-arm) | 🚧 | 🚧 | ❓ | a32 decoding is not yet supported, NEON is not supported | +| `m16c` | [yaxpeax-m16c](../yaxpeax-m16c) | ⚠️ | 🚧 | ❓ | | +| `mips` | [yaxpeax-mips](../yaxpeax-mips) | 🚧 | 🚧 | ❓ | | +| `msp430` | [yaxpeax-msp430](../yaxpeax-msp430) | 🚧 | 🚧 | ❓ | | +| `pic17` | [yaxpeax-pic17](../yaxpeax-pic17) | 🚧 | 🚧 | ❓ | | +| `pic18` | [yaxpeax-pic18](../yaxpeax-pic18) | 🚧 | 🚧 | ❓ | | +| `pic24` | [yaxpeax-pic24](../yaxpeax-pic24) | ❓ | ❓ | ❓ | exists, but only decodes `NOP` | +| `sm83` | [yaxpeax-sm83](../yaxpeax-sm83) | 🥳 | 🚧 | ❓ | | ### mirrors -- cgit v1.1