From f12a54b3208cf51aa2064cec8d5b7b21173a837b Mon Sep 17 00:00:00 2001 From: Gary Guo Date: Sun, 10 Oct 2021 22:35:50 +0100 Subject: [PATCH] Update README to reflect AArch64 and x86 support --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 267cfb6..e317cac 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ This library serves two purposes: 1. Provide a pure Rust alternative to libgcc_eh or libunwind. 2. Provide easier unwinding support for `#![no_std]` targets. -Currently supports x86_64 and RV64. +Currently supports x86_64, x86, RV64 and AArch64. ## Unwinder