From 94a58a80d276faa13fe4ea0c095f764c4aaac413 Mon Sep 17 00:00:00 2001 From: Andy Wingo Date: Mon, 25 Mar 2019 15:39:45 +0100 Subject: [PATCH] Add note about current status --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 448e4c809..90e01bf3f 100644 --- a/README.md +++ b/README.md @@ -27,3 +27,11 @@ the registers that we would like to have. Guile needs a simple, light-weight code generation library. The GNU Lightning architecture-specific backends provide the bulk of this functionality, and Lightening wraps it all in a lightweight API. + +## Status + +Only the x86-64 port is currently usable. I plan to re-enable 32-bit +x86 shortly, and then work on 32-bit and 64-bit ARM. Other +architectures may come with time, but help is very much appreciated +there. The test suite is still in progress but will be fairly +comprehensive in terms of API surface.